diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-18T13·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-18T13·15+0000 |
commit | 1dcf208f562d853909ad53772c208dcb2a73de88 (patch) | |
tree | b7f79afeb5bc7531c63dead1567913bed523a781 /tests/export.sh | |
parent | 93b6926054b0b339d310a3075a677a65676c7c11 (diff) |
* Clean up some tests (use nix-build where appropriate).
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 53c9ec3c68df..c7d0a8176720 100644 --- a/tests/export.sh +++ b/tests/export.sh @@ -2,7 +2,7 @@ source common.sh clearStore -outPath=$($nixstore -r $($nixinstantiate dependencies.nix)) +outPath=$($nixbuild dependencies.nix) $nixstore --export $outPath > $TEST_ROOT/exp |