summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/krops/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/krops/default.nix b/pkgs/krops/default.nix
index f449474..8ebca37 100644
--- a/pkgs/krops/default.nix
+++ b/pkgs/krops/default.nix
@@ -5,7 +5,7 @@ in
{ exec, nix, openssh, populate, writeDash }: rec {
build = target:
- exec "rebuild.${target.host}" rec {
+ exec "build.${target.host}" rec {
filename = "${openssh}/bin/ssh";
argv = [
filename
@@ -51,7 +51,7 @@ in
in
assert lib.isLocalTarget target';
writeDash name ''
- set -efu
+ set -xefu
${populate { inherit force source; target = target'; }} >&2
NIX_PATH=${lib.escapeShellArg target'.path} \
${nix}/bin/nix-build \