From 09e261c2f4e0ec67f645807c6f674a99d63dc0d2 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Tue, 20 Feb 2018 12:39:14 -0600 Subject: [PATCH] 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. --- nixos/release.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/release.nix b/nixos/release.nix index 8095dfeab84..65491516c29 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 {};