mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
parent
5bdb67c843
commit
5722f9690c
11 changed files with 42 additions and 23 deletions
|
@ -6,7 +6,7 @@ drvPath=$(nix-instantiate dependencies.nix)
|
|||
|
||||
echo "derivation is $drvPath"
|
||||
|
||||
nix-store -q --tree "$drvPath" | grep '───.*builder1.sh'
|
||||
nix-store -q --tree "$drvPath" | grep '───.*builder-dependencies-input-1.sh'
|
||||
|
||||
# Test Graphviz graph generation.
|
||||
nix-store -q --graph "$drvPath" > $TEST_ROOT/graph
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue