summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2018-08-03 16:39:12 +0200
committerGitHub <noreply@github.com>2018-08-03 16:39:12 +0200
commitd31f89df44666fcd0c854a1cc8da434929e73832 (patch)
tree6a6ef00c91a6493f3bfd2915e1f5aaf034f9ac2c /nixos/release.nix
parent70e7235510930aa5d98b1cf0b8b4599ddb9c6b42 (diff)
parent7d7c36f8be6b064aa14d1004d6418f2b3e005e86 (diff)
downloadnixlib-d31f89df44666fcd0c854a1cc8da434929e73832.tar
nixlib-d31f89df44666fcd0c854a1cc8da434929e73832.tar.gz
nixlib-d31f89df44666fcd0c854a1cc8da434929e73832.tar.bz2
nixlib-d31f89df44666fcd0c854a1cc8da434929e73832.tar.lz
nixlib-d31f89df44666fcd0c854a1cc8da434929e73832.tar.xz
nixlib-d31f89df44666fcd0c854a1cc8da434929e73832.tar.zst
nixlib-d31f89df44666fcd0c854a1cc8da434929e73832.zip
Merge pull request #44127 from johanot/nixos-cfssl
nixos/cfssl: Add new module for cfssl
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 413f2bec54c7..007859259b17 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.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 {};
   tests.cloud-init = callTest tests/cloud-init.nix {};