pkgs/den-http-get-updater: use strict evaluation
This commit is contained in:
parent
1ade763161
commit
a361d01683
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ writeScript "den-http-get-updater" (''
|
||||||
realFileLocationShellEscape,
|
realFileLocationShellEscape,
|
||||||
...
|
...
|
||||||
}: ''
|
}: ''
|
||||||
nixUrlsResult=$(nix-instantiate --eval --json \
|
nixUrlsResult=$(nix-instantiate --eval --json --strict \
|
||||||
"${prefetchUrlLocationShellEscape.file}" \
|
"${prefetchUrlLocationShellEscape.file}" \
|
||||||
-A "${prefetchUrlLocationShellEscape.attrpath}"
|
-A "${prefetchUrlLocationShellEscape.attrpath}"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue