diff --git a/pkgs/krops/default.nix b/pkgs/krops/default.nix index 20b1d4f..1223ff6 100644 --- a/pkgs/krops/default.nix +++ b/pkgs/krops/default.nix @@ -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 \