diff --git a/nixos/release.nix b/nixos/release.nix index 8095dfeab843..65491516c298 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -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 {};