mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
* Clean up some tests (use nix-build where appropriate).
This commit is contained in:
parent
93b6926054
commit
1dcf208f56
7 changed files with 25 additions and 34 deletions
|
@ -1,10 +1,8 @@
|
|||
source common.sh
|
||||
|
||||
drvPath=$($nixinstantiate parallel.nix)
|
||||
clearStore
|
||||
|
||||
echo "derivation is $drvPath"
|
||||
|
||||
outPath=$($nixstore -qfvv -j10000 "$drvPath")
|
||||
outPath=$($nixbuild -vv -j10000 parallel.nix)
|
||||
|
||||
echo "output path is $outPath"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue