Unverified Commit 21e5db95 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

pixelfed: fix passthru test inheritance

parent 29e71711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ php.buildComposerProject2 (finalAttrs: {
  '';

  passthru = {
    tests = { inherit (nixosTests) pixelfed; };
    tests = { inherit (nixosTests.pixelfed) standard; };
    updateScript = nix-update-script { };
  };