summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-09-09 19:16:57 +0200
committerlassulus <lass@blue.r>2018-09-09 19:16:57 +0200
commitf0fb5def7d22e9ca988ef9052600a176dae086b1 (patch)
treed3f7e31ba87ec44e9583c4576696a0207352403c
parent955efb307ea74171b1f54a6a27e4c613bdce2355 (diff)
m krops.nix: unify interface for ci.nix
-rw-r--r--krops.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krops.nix b/krops.nix
index 30385c10e..3838db635 100644
--- a/krops.nix
+++ b/krops.nix
@@ -76,7 +76,7 @@ in {
};
# usage: $(nix-build --no-out-link --argstr name HOSTNAME --argstr target PATH -A test)
- test = pkgs.krops.writeTest "${name}-test" {
+ test = { target ? target }: pkgs.krops.writeTest "${name}-test" {
inherit target;
source = source { test = true; };
};