1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02:00

Use light box drawing symbols

This commit is contained in:
Eelco Dolstra 2020-01-31 14:06:26 +01:00
parent 678301072f
commit e91f32f2b5
3 changed files with 6 additions and 6 deletions

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
@ -24,7 +24,7 @@ if test -n "$dot"; then
$dot < $TEST_ROOT/graph
fi
nix-store -q --tree "$outPath" | grep '═══.*dependencies-input-2'
nix-store -q --tree "$outPath" | grep '───.*dependencies-input-2'
echo "output path is $outPath"