forked from mirrors/nixpkgs
nixos/release: Add novacomd
This is unlikely to break and is a cheap test. I'd like to be notified if it stops working. If this ever blocks anything and I've been notified you have my blessing to remove this as I doubt many folks depend on it.
This commit is contained in:
parent
f32139cf78
commit
09e261c2f4
|
@ -318,6 +318,7 @@ in rec {
|
|||
tests.nfs4 = callTest tests/nfs.nix { version = 4; };
|
||||
tests.nginx = callTest tests/nginx.nix { };
|
||||
tests.nghttpx = callTest tests/nghttpx.nix { };
|
||||
tests.novacomd = callTest tests/novacomd.nix { };
|
||||
tests.leaps = callTest tests/leaps.nix { };
|
||||
tests.nsd = callTest tests/nsd.nix {};
|
||||
tests.openssh = callTest tests/openssh.nix {};
|
||||
|
|
Loading…
Reference in a new issue