about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authornhnn <nhnn@disroot.org>2024-05-21 19:27:45 +0300
committernhnn <nhnn@disroot.org>2024-05-22 08:37:48 +0300
commit3d475651936f23c61d7f9dab707ca0c04ae8b342 (patch)
tree91ded54e5c8fc7a92edcc0446906d41c4e8e44b4 /nixos/tests/all-tests.nix
parentb56286db09b5a67e14b521b919d4e46290f411ee (diff)
nixos/filesender: init module
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 3e4cfce7ae875..8146a9b86026f 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -312,6 +312,7 @@ in {
   fenics = handleTest ./fenics.nix {};
   ferm = handleTest ./ferm.nix {};
   ferretdb = handleTest ./ferretdb.nix {};
+  filesender = handleTest ./filesender.nix {};
   filesystems-overlayfs = runTest ./filesystems-overlayfs.nix;
   firefly-iii = handleTest ./firefly-iii.nix {};
   firefox = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox; };