diff options
author | lassulus <lassulus@lassul.us> | 2021-03-19 09:19:25 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-03-19 09:19:25 +0100 |
commit | 86b458d5d3aaac94d51b0a860376725c0a70b6fb (patch) | |
tree | 82407d4e8454b3abfbb8288f8bc6765c64bf036b /makefu/krops.nix | |
parent | 3bbbc82ae9ab9f0ac737b2ff0b55b50ae9c77b8a (diff) | |
parent | 758660945c712b645e755e9101a9fd3d8a325c91 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/krops.nix')
-rw-r--r-- | makefu/krops.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/krops.nix b/makefu/krops.nix index 12c003b24..697039720 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/"; }; |