1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

shellcheck fix functional/dyn-drv/build-built-drv.sh

This commit is contained in:
Farid Zakaria 2025-09-24 19:17:12 -07:00
parent 9f26c20ebd
commit 59791082fa
2 changed files with 1 additions and 2 deletions

View file

@ -23,4 +23,4 @@ requireDaemonNewerThan "2.30pre20250515"
out2=$(nix build "${drvDep}^out^out" --no-link)
test $out1 == $out2
test "$out1" == "$out2"