diff --git a/services/flake-part.nix b/services/flake-part.nix index 01c941a..5563878 100644 --- a/services/flake-part.nix +++ b/services/flake-part.nix @@ -7,7 +7,7 @@ { pkgs, ... }: { checks = { - mastodon-garage = import ./tests/mastodon-garage.nix { inherit self pkgs; }; + mastodon = import ./tests/mastodon.nix { inherit self pkgs; }; pixelfed-garage = import ./tests/pixelfed-garage.nix { inherit self pkgs; }; }; }; diff --git a/services/tests/mastodon-garage.nix b/services/tests/mastodon.nix similarity index 100% rename from services/tests/mastodon-garage.nix rename to services/tests/mastodon.nix