diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-09-11T13·32+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-09-11T13·32+0000 |
commit | 3339f854473863c8780e537626f457be0b2b33e2 (patch) | |
tree | 37e7215fbaa94d308bc61463c13793eb2a50d90f /tests/fixed.nix.in | |
parent | 9441550acb34cf35f6cd3859d3672adca79551d9 (diff) |
* Test the impureEnvVars feature.
Diffstat (limited to 'tests/fixed.nix.in')
-rw-r--r-- | tests/fixed.nix.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixed.nix.in b/tests/fixed.nix.in index c7dd99e6f214..5d364eb39ea5 100644 --- a/tests/fixed.nix.in +++ b/tests/fixed.nix.in @@ -10,6 +10,7 @@ rec { outputHash = hash; PATH = "@testPath@"; inherit dummy; + impureEnvVars = ["IMPURE_VAR1" "IMPURE_VAR2"]; }; f = f2 ""; |