pixelfed: fix passthru test inheritance
This commit is contained in:
@@ -35,7 +35,7 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
tests = { inherit (nixosTests) pixelfed; };
|
||||
tests = { inherit (nixosTests.pixelfed) standard; };
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user