https://hydra.nixos.org/build/111146865
This commit is contained in:
Eelco Dolstra 2020-01-31 14:55:37 +01:00
parent e91f32f2b5
commit dbefe9e6b8

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