nin krops: force test
This commit is contained in:
parent
67dc106469
commit
0fdcfd126a
@ -29,6 +29,7 @@ in {
|
|||||||
|
|
||||||
# usage: $(nix-build --no-out-link --argstr name HOSTNAME --argstr target PATH -A test)
|
# usage: $(nix-build --no-out-link --argstr name HOSTNAME --argstr target PATH -A test)
|
||||||
test = { target }: pkgs.krops.writeTest "${name}-test" {
|
test = { target }: pkgs.krops.writeTest "${name}-test" {
|
||||||
|
force = true;
|
||||||
inherit target;
|
inherit target;
|
||||||
source = source { test = true; };
|
source = source { test = true; };
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user