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
+1 -1
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