diff options
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 0ce9dd401931..ab2448871dbe 100644 --- a/tests/fixed.nix.in +++ b/tests/fixed.nix.in @@ -8,6 +8,7 @@ rec { outputHashMode = mode; outputHashAlgo = algo; outputHash = hash; + PATH = "@testPath@"; }; good = [ |