diff options
Diffstat (limited to 'tests/recursive.sh')
-rw-r--r-- | tests/recursive.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/recursive.sh b/tests/recursive.sh index b255a2883..cf10d55bf 100644 --- a/tests/recursive.sh +++ b/tests/recursive.sh @@ -5,6 +5,8 @@ if [[ $(uname) != Linux ]]; then exit; fi clearStore +rm -f $TEST_ROOT/result + export unreachable=$(nix add-to-store ./recursive.sh) nix --experimental-features 'nix-command recursive-nix' build -o $TEST_ROOT/result -L --impure --expr ' |