1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

* Clean up some tests (use nix-build where appropriate).

This commit is contained in:
Eelco Dolstra 2009-03-18 13:15:55 +00:00
parent 93b6926054
commit 1dcf208f56
7 changed files with 25 additions and 34 deletions

View file

@ -2,7 +2,7 @@ source common.sh
clearStore
outPath=$($nixstore -r $($nixinstantiate dependencies.nix))
outPath=$($nixbuild dependencies.nix)
$nixstore --export $outPath > $TEST_ROOT/exp