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:
parent
ea9c35d3cc
commit
e3daee919d
2 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue