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

* Test `nix-store -q --binding'.

This commit is contained in:
Eelco Dolstra 2006-03-01 15:46:22 +00:00
parent ea9c35d3cc
commit e3daee919d
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,8 @@ source common.sh
drvPath=$($nixinstantiate simple.nix)
test "$($nixstore -q --binding system "$drvPath")" = "$system"
echo "derivation is $drvPath"
outPath=$($nixstore -rvv "$drvPath")