diff --git a/pkgs/krops/default.nix b/pkgs/krops/default.nix index 1223ff6..7b176b3 100644 --- a/pkgs/krops/default.nix +++ b/pkgs/krops/default.nix @@ -31,7 +31,7 @@ in assert lib.isLocalTarget target'; writeDash name '' set -efu - ${populate { inherit force source; target = target'; }} + ${populate { inherit force source; target = target'; }} >&2 NIX_PATH=${lib.escapeShellArg target'.path} \ ${nix}/bin/nix-build \ -A system \