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