diff options
Diffstat (limited to 'tests/export.sh')
-rw-r--r-- | tests/export.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/export.sh b/tests/export.sh index 136819742071..ec7560f19728 100644 --- a/tests/export.sh +++ b/tests/export.sh @@ -2,7 +2,7 @@ source common.sh clearStore -outPath=$(nix-build dependencies.nix) +outPath=$(nix-build dependencies.nix --no-out-link) nix-store --export $outPath > $TEST_ROOT/exp |