pkgs/den-http-get-updater: use strict evaluation

This commit is contained in:
Wroclaw 2025-04-07 19:42:09 +02:00
parent 1ade763161
commit a361d01683

View file

@ -105,7 +105,7 @@ writeScript "den-http-get-updater" (''
realFileLocationShellEscape,
...
}: ''
nixUrlsResult=$(nix-instantiate --eval --json \
nixUrlsResult=$(nix-instantiate --eval --json --strict \
"${prefetchUrlLocationShellEscape.file}" \
-A "${prefetchUrlLocationShellEscape.attrpath}"
)