From 3339f854473863c8780e537626f457be0b2b33e2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 11 Sep 2007 13:32:04 +0000 Subject: * Test the impureEnvVars feature. --- tests/fixed.nix.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fixed.nix.in') 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 ""; -- cgit 1.4.1