mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +01:00
pkgs writeTest: use NIX_PATH instead of -I
That way, nix-build won't accidentally "fallback" to stuff in the system's NIX_PATH.
This commit is contained in:
parent
140bdfdf6c
commit
21a894dc6f
1 changed files with 1 additions and 1 deletions
|
@ -32,9 +32,9 @@ in
|
|||
writeDash name ''
|
||||
set -efu
|
||||
${populate { inherit force source; target = target'; }}
|
||||
NIX_PATH=${lib.escapeShellArg target'.path} \
|
||||
${nix}/bin/nix-build \
|
||||
-A system \
|
||||
-I ${target'.path} \
|
||||
--keep-going \
|
||||
--no-out-link \
|
||||
--show-trace \
|
||||
|
|
Loading…
Reference in a new issue