docuseal: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -86,8 +86,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
RAILS_ENV = "production";
|
||||
BUNDLE_WITHOUT = "development:test";
|
||||
env = {
|
||||
RAILS_ENV = "production";
|
||||
BUNDLE_WITHOUT = "development:test";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
Reference in New Issue
Block a user