{ system ? builtins.currentSystem, sources ? import ../npins, pkgs ? import sources.nixpkgs { inherit system; }, ... }: { tests = { mastodon = pkgs.nixosTest ./tests/mastodon.nix; pixelfed-garage = pkgs.nixosTest ./tests/pixelfed-garage.nix; peertube = pkgs.nixosTest ./tests/peertube.nix; }; }