forked from lix-project/lix
* WTF?
This commit is contained in:
parent
43fa1c20e7
commit
17f39049cf
|
@ -2,6 +2,7 @@ drvPath=$($TOP/src/nix-instantiate/nix-instantiate dependencies.nix)
|
|||
|
||||
echo "derivation is $drvPath"
|
||||
|
||||
$TOP/src/nix-store/nix-store -q --tree "$drvPath"
|
||||
$TOP/src/nix-store/nix-store -q --tree "$drvPath" | grep "| +---.*builder1.sh"
|
||||
|
||||
# Test Graphviz graph generation.
|
||||
|
|
Loading…
Reference in a new issue