revert submodule wrapper to align with module functions already doing types #2

Closed
kiara wants to merge 37 commits from kiara/Fediversity:fix-submodule-type into main
4 changed files with 6 additions and 6 deletions
Showing only changes of commit 611c961dcf - Show all commits

View file

@ -6,8 +6,8 @@
}: }:
{ {
tests = { tests = {
mastodon = import ./tests/mastodon.nix { inherit pkgs; }; mastodon = pkgs.nixosTest ./tests/mastodon.nix;
pixelfed-garage = import ./tests/pixelfed-garage.nix { inherit pkgs; }; pixelfed-garage = pkgs.nixosTest ./tests/pixelfed-garage.nix;
peertube = import ./tests/peertube.nix { inherit pkgs; }; peertube = pkgs.nixosTest ./tests/peertube.nix;
}; };
} }

View file

@ -42,7 +42,7 @@ let
''; '';
in in
pkgs.nixosTest { {
name = "mastodon"; name = "mastodon";
nodes = { nodes = {

View file

@ -161,7 +161,7 @@ let
''; '';
in in
pkgs.nixosTest { {
name = "peertube"; name = "peertube";
nodes = { nodes = {

View file

@ -114,7 +114,7 @@ let
${seleniumQuit}''; ${seleniumQuit}'';
in in
pkgs.nixosTest { {
name = "test-pixelfed-garage"; name = "test-pixelfed-garage";
nodes = { nodes = {