ma krops: always build fast

This commit is contained in:
makefu 2021-03-15 21:32:29 +01:00
parent 2044ad632b
commit 4ab5210444
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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/";
};