summaryrefslogtreecommitdiffstats
path: root/makefu/krops.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-03-15 21:32:29 +0100
committermakefu <github@syntax-fehler.de>2021-03-15 21:32:29 +0100
commit4ab5210444e87627b47d215bd3e2f846fee07437 (patch)
tree67cbab37eb91a20e7b0caaff70ab1656fe78a3fc /makefu/krops.nix
parent2044ad632b68ce173463287a9f437aae699bda83 (diff)
ma krops: always build fast
Diffstat (limited to 'makefu/krops.nix')
-rw-r--r--makefu/krops.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/krops.nix b/makefu/krops.nix
index 12c003b2..69703972 100644
--- a/makefu/krops.nix
+++ b/makefu/krops.nix
@@ -86,6 +86,7 @@ in {
# usage: $(nix-build --no-out-link --argstr name HOSTNAME -A deploy)
deploy = pkgs.krops.writeDeploy "${name}-deploy" {
source = source { test = false; };
+ fast = true;
target = "root@${target}/var/src";
buildTarget = if target == buildTarget then "root@${target}/var/src" else "root@${buildTarget}/tmp/";
};