Merge remote-tracking branch 'lassul.us/master'

This commit is contained in:
makefu 2018-11-05 18:20:42 +01:00
commit caceef9c64

View file

@ -83,6 +83,7 @@ in {
# usage: $(nix-build --no-out-link --argstr name HOSTNAME --argstr target PATH -A test)
test = { target ? target }: pkgs.krops.writeTest "${name}-test" {
force = true;
inherit target;
source = source { test = true; };
};