feat(writers): keep OUT in writePureShellScript

This commit is contained in:
phaer 2023-04-19 18:47:02 +02:00
parent d13aadde95
commit c9ddfc7e79

View File

@ -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"