mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
shellcheck
This commit is contained in:
parent
6832ee5d6f
commit
671df02bf7
2 changed files with 22 additions and 24 deletions
|
@ -71,7 +71,7 @@ nix build -o "$TEST_ROOT/result" "$flake3Dir#sth" --commit-lock-file
|
|||
nix registry add --registry "$registry" flake3 "git+file://$flake3Dir"
|
||||
|
||||
nix build -o "$TEST_ROOT/result" flake3#fnord
|
||||
[[ $(cat $TEST_ROOT/result) = FNORD ]]
|
||||
[[ $(cat "$TEST_ROOT/result") = FNORD ]]
|
||||
|
||||
# Check whether flake input fetching is lazy: flake3#sth does not
|
||||
# depend on flake2, so this shouldn't fail.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue