mirror of
https://github.com/NixOS/nix
synced 2025-07-08 11:03:54 +02:00
* Test the impureEnvVars feature.
This commit is contained in:
parent
9441550acb
commit
3339f85447
3 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,9 @@ source common.sh
|
|||
|
||||
clearStore
|
||||
|
||||
export IMPURE_VAR1=foo
|
||||
export IMPURE_VAR2=bar
|
||||
|
||||
echo 'testing good...'
|
||||
drvs=$($nixinstantiate fixed.nix -A good)
|
||||
echo $drvs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue