about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorJohan Thomsen <jth@dbc.dk>2018-08-06 14:28:52 +0200
committerJohan Thomsen <jth@dbc.dk>2018-08-10 09:56:25 +0200
commit004e7fb6fd112ec29446312a89f7b1b265164127 (patch)
treebd3c652b738a325dbb1517a50c1a2c35eec5fe93 /nixos/release.nix
parent6820e2f0dd16104961d6fc7e8e38846807159c4e (diff)
downloadnixlib-004e7fb6fd112ec29446312a89f7b1b265164127.tar
nixlib-004e7fb6fd112ec29446312a89f7b1b265164127.tar.gz
nixlib-004e7fb6fd112ec29446312a89f7b1b265164127.tar.bz2
nixlib-004e7fb6fd112ec29446312a89f7b1b265164127.tar.lz
nixlib-004e7fb6fd112ec29446312a89f7b1b265164127.tar.xz
nixlib-004e7fb6fd112ec29446312a89f7b1b265164127.tar.zst
nixlib-004e7fb6fd112ec29446312a89f7b1b265164127.zip
nixos/certmgr: init
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 007859259b17..500a33cd303d 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -256,6 +256,7 @@ in rec {
   tests.buildbot = callTest tests/buildbot.nix {};
   tests.cadvisor = callTestOnMatchingSystems ["x86_64-linux"] tests/cadvisor.nix {};
   tests.ceph = callTestOnMatchingSystems ["x86_64-linux"] tests/ceph.nix {};
+  tests.certmgr = callSubTests tests/certmgr.nix {};
   tests.cfssl = callTestOnMatchingSystems ["x86_64-linux"] tests/cfssl.nix {};
   tests.chromium = (callSubTestsOnMatchingSystems ["x86_64-linux"] tests/chromium.nix {}).stable or {};
   tests.cjdns = callTest tests/cjdns.nix {};