summaryrefslogtreecommitdiffstats
path: root/nin/krops.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nin/krops.nix')
-rw-r--r--nin/krops.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nin/krops.nix b/nin/krops.nix
index d0074840..fef8cc38 100644
--- a/nin/krops.nix
+++ b/nin/krops.nix
@@ -29,6 +29,7 @@ in {
# usage: $(nix-build --no-out-link --argstr name HOSTNAME --argstr target PATH -A test)
test = { target }: pkgs.krops.writeTest "${name}-test" {
+ force = true;
inherit target;
source = source { test = true; };
};