https://hydra.nixos.org/build/111166467
This commit is contained in:
Eelco Dolstra 2020-02-01 09:30:55 +01:00
parent 54037f4e2d
commit 9640208d00
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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 '───.*builder1.sh'
# Test Graphviz graph generation.
nix-store -q --graph "$drvPath" > $TEST_ROOT/graph