mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
* Test the impureEnvVars feature.
This commit is contained in:
parent
9441550acb
commit
3339f85447
3 changed files with 6 additions and 0 deletions
|
@ -1 +1,3 @@
|
|||
if test "$IMPURE_VAR1" != "foo"; then exit 1; fi
|
||||
if test "$IMPURE_VAR2" != "bar"; then exit 1; fi
|
||||
echo "Hello World!" > $out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue