{ self, ... }: { flake.nixosModules.fediversity = import ./fediversity; perSystem = { pkgs, ... }: { checks = { mastodon = import ./tests/mastodon.nix { inherit self pkgs; }; pixelfed-garage = import ./tests/pixelfed-garage.nix { inherit self pkgs; }; }; }; }