summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-06-21 10:09:15 -0400
committerAaron Andersen <aaron@fosslib.net>2019-08-25 08:12:28 -0400
commit3bd03d2c0aa46036019d257f710b54c3e628ab7e (patch)
treedef95fde48b657c77c7e3adcf5f8da8b35c2f5f5 /nixos/tests/all-tests.nix
parent95b3b635553d48032a45092714c9acbc401a56ab (diff)
downloadnixpkgs-3bd03d2c0aa46036019d257f710b54c3e628ab7e.tar
nixpkgs-3bd03d2c0aa46036019d257f710b54c3e628ab7e.tar.gz
nixpkgs-3bd03d2c0aa46036019d257f710b54c3e628ab7e.tar.bz2
nixpkgs-3bd03d2c0aa46036019d257f710b54c3e628ab7e.tar.lz
nixpkgs-3bd03d2c0aa46036019d257f710b54c3e628ab7e.tar.xz
nixpkgs-3bd03d2c0aa46036019d257f710b54c3e628ab7e.tar.zst
nixpkgs-3bd03d2c0aa46036019d257f710b54c3e628ab7e.zip
nixos/moodle: init service
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 36a053e8e6b..e3e4ddab72c 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -161,6 +161,7 @@ in
   minio = handleTest ./minio.nix {};
   misc = handleTest ./misc.nix {};
   mongodb = handleTest ./mongodb.nix {};
+  moodle = handleTest ./moodle.nix {};
   morty = handleTest ./morty.nix {};
   mosquitto = handleTest ./mosquitto.nix {};
   mpd = handleTest ./mpd.nix {};