mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
feat(writers): keep OUT in writePureShellScript
This commit is contained in:
parent
d13aadde95
commit
c9ddfc7e79
@ -19,6 +19,7 @@
|
||||
- PATH only contains exactly the packages passed via the PATH arg
|
||||
- NIX_PATH is set to the path of the current `pkgs`
|
||||
- TMPDIR is set up and cleaned up even if the script fails
|
||||
- out, if set, is kept as-is
|
||||
- all environment variables are unset, except:
|
||||
- the ones listed in `keepVars` below
|
||||
- ones listed via the KEEP_VARS variable
|
||||
@ -67,6 +68,7 @@
|
||||
"no_proxy"
|
||||
|
||||
# We want to keep out own variables as well
|
||||
"out"
|
||||
"IMPURE"
|
||||
"KEEP_VARS"
|
||||
"NIX_PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user