mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-24 23:06:16 +02:00
housekeeping: shellcheck for tests/functional/dyn-drv/text-hashed-output.sh
This commit is contained in:
parent
847842c4bb
commit
1c1abefdd2
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ nix show-derivation "$drvProducingDrv"
|
|||
|
||||
out1=$(nix-build ./text-hashed-output.nix -A producingDrv --no-out-link)
|
||||
|
||||
nix path-info $drv --derivation --json | jq
|
||||
nix path-info $out1 --derivation --json | jq
|
||||
nix path-info "$drv" --derivation --json | jq
|
||||
nix path-info "$out1" --derivation --json | jq
|
||||
|
||||
test $out1 == $drv
|
||||
test "$out1" == "$drv"
|
||||
|
|
Loading…
Reference in a new issue