ma krops: always build fast
This commit is contained in:
parent
2044ad632b
commit
4ab5210444
@ -86,6 +86,7 @@ in {
|
|||||||
# usage: $(nix-build --no-out-link --argstr name HOSTNAME -A deploy)
|
# usage: $(nix-build --no-out-link --argstr name HOSTNAME -A deploy)
|
||||||
deploy = pkgs.krops.writeDeploy "${name}-deploy" {
|
deploy = pkgs.krops.writeDeploy "${name}-deploy" {
|
||||||
source = source { test = false; };
|
source = source { test = false; };
|
||||||
|
fast = true;
|
||||||
target = "root@${target}/var/src";
|
target = "root@${target}/var/src";
|
||||||
buildTarget = if target == buildTarget then "root@${target}/var/src" else "root@${buildTarget}/tmp/";
|
buildTarget = if target == buildTarget then "root@${target}/var/src" else "root@${buildTarget}/tmp/";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user