* Test the impureEnvVars feature.

This commit is contained in:
Eelco Dolstra 2007-09-11 13:32:04 +00:00
parent 9441550acb
commit 3339f85447
3 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,7 @@ rec {
outputHash = hash;
PATH = "@testPath@";
inherit dummy;
impureEnvVars = ["IMPURE_VAR1" "IMPURE_VAR2"];
};
f = f2 "";