ma krops.nix: no need for target with test
This commit is contained in:
parent
1d16047c56
commit
e7d4e0cea3
@ -84,7 +84,7 @@ in {
|
||||
};
|
||||
|
||||
# usage: $(nix-build --no-out-link --argstr name HOSTNAME --argstr target PATH -A test)
|
||||
test = { target ? target }: pkgs.krops.writeTest "${name}-test" {
|
||||
test = pkgs.krops.writeTest "${name}-test" {
|
||||
force = true;
|
||||
inherit target;
|
||||
source = source { test = true; };
|
||||
|
Loading…
Reference in New Issue
Block a user