about summary refs log tree commit diff
path: root/nixos/tests/web-apps/mastodon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/web-apps/mastodon/default.nix')
-rw-r--r--nixos/tests/web-apps/mastodon/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/tests/web-apps/mastodon/default.nix b/nixos/tests/web-apps/mastodon/default.nix
deleted file mode 100644
index 178590d13b63..000000000000
--- a/nixos/tests/web-apps/mastodon/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ system ? builtins.currentSystem, handleTestOn }:
-let
-  supportedSystems = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
-
-in
-{
-  standard = handleTestOn supportedSystems ./standard.nix { inherit system; };
-  remote-databases = handleTestOn supportedSystems ./remote-databases.nix { inherit system; };
-}