summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-03 23:42:40 +0100
committerGitHub <noreply@github.com>2018-10-03 23:42:40 +0100
commit6a995e986ac565bfd039051b6ef64adbf2858a46 (patch)
tree23b9130eac74c7f8432ed1f139f7d026748bd0fd /nixos/release.nix
parent2e38f5fc6e85b84936deedfe256a9918c2c775a5 (diff)
parent1fd6477b35579ae254999128843e28f848cedaaa (diff)
downloadnixlib-6a995e986ac565bfd039051b6ef64adbf2858a46.tar
nixlib-6a995e986ac565bfd039051b6ef64adbf2858a46.tar.gz
nixlib-6a995e986ac565bfd039051b6ef64adbf2858a46.tar.bz2
nixlib-6a995e986ac565bfd039051b6ef64adbf2858a46.tar.lz
nixlib-6a995e986ac565bfd039051b6ef64adbf2858a46.tar.xz
nixlib-6a995e986ac565bfd039051b6ef64adbf2858a46.tar.zst
nixlib-6a995e986ac565bfd039051b6ef64adbf2858a46.zip
Merge pull request #47159 from eqyiel/nextcloud
nextcloud module: 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 e53ebff9b6dc..66dbf697c8a0 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -362,6 +362,7 @@ in rec {
   tests.netdata = callTest tests/netdata.nix { };
   tests.networking.networkd = callSubTests tests/networking.nix { networkd = true; };
   tests.networking.scripted = callSubTests tests/networking.nix { networkd = false; };
+  tests.nextcloud = callSubTests tests/nextcloud { };
   # TODO: put in networking.nix after the test becomes more complete
   tests.networkingProxy = callTest tests/networking-proxy.nix {};
   tests.nexus = callTest tests/nexus.nix { };