summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2022-02-07 10:48:33 +0100
committerGitHub <noreply@github.com>2022-02-07 10:48:33 +0100
commit768dd747386a71a1594eda29ae2e837725a2f5be (patch)
tree6dec0cb7496ff58fae39cdf0e7018b7fc717648a /nixos/tests/all-tests.nix
parent64cb9c78e14d0ffc9ee627772a972aa4b59bbfd8 (diff)
parentd86fef1a57282cd1891688b540caf5caa1127eb4 (diff)
downloadnixpkgs-768dd747386a71a1594eda29ae2e837725a2f5be.tar
nixpkgs-768dd747386a71a1594eda29ae2e837725a2f5be.tar.gz
nixpkgs-768dd747386a71a1594eda29ae2e837725a2f5be.tar.bz2
nixpkgs-768dd747386a71a1594eda29ae2e837725a2f5be.tar.lz
nixpkgs-768dd747386a71a1594eda29ae2e837725a2f5be.tar.xz
nixpkgs-768dd747386a71a1594eda29ae2e837725a2f5be.tar.zst
nixpkgs-768dd747386a71a1594eda29ae2e837725a2f5be.zip
Merge pull request #140891 from markuskowa/os-moosefs
nixos: init moosefs module and test
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 1077dfab27c..c01a28f04f8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -305,6 +305,7 @@ in
   moodle = handleTest ./moodle.nix {};
   morty = handleTest ./morty.nix {};
   mosquitto = handleTest ./mosquitto.nix {};
+  moosefs = handleTest ./moosefs.nix {};
   mpd = handleTest ./mpd.nix {};
   mpv = handleTest ./mpv.nix {};
   mumble = handleTest ./mumble.nix {};