peertube: separate test declaration from invocation

This commit is contained in:
Valentin Gagarin 2025-06-19 11:42:49 +02:00
parent bd1cfd7a7c
commit 8cd646a2a3
2 changed files with 2 additions and 2 deletions

View file

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

View file

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