pixelfed: fix passthru test inheritance

This commit is contained in:
Martin Weinelt
2025-03-24 17:23:50 +01:00
parent 29e71711d3
commit 21e5db9558
+1 -1
View File
@@ -35,7 +35,7 @@ php.buildComposerProject2 (finalAttrs: {
'';
passthru = {
tests = { inherit (nixosTests) pixelfed; };
tests = { inherit (nixosTests.pixelfed) standard; };
updateScript = nix-update-script { };
};