diff --git a/flake.nix b/flake.nix index 2a8a17b..08d1cdc 100644 --- a/flake.nix +++ b/flake.nix @@ -16,9 +16,9 @@ pkgs = nixpkgs.legacyPackages.${system}; pkgsLatest = nixpkgs-latest.legacyPackages.${system}; bleedingFediverseOverlay = (self: super: { - services.pixelfed.package = pkgsLatest.pixelfed.overrideAttrs (old: { + pixelfed = pkgsLatest.pixelfed.overrideAttrs (old: { src = pixelfed; - patches = (old.patches or [ ]) ++ [ ./pixelfed-group-permissions.patch ]; + patches = (old.patches or [ ]) ++ [ ./fediversity/pixelfed-group-permissions.patch ]; }); ## TODO: give mastodon, peertube the same treatment }); diff --git a/tests/pixelfed-garage.nix b/tests/pixelfed-garage.nix index 4137ede..43a26d5 100644 --- a/tests/pixelfed-garage.nix +++ b/tests/pixelfed-garage.nix @@ -136,7 +136,7 @@ pkgs.nixosTest { memorySize = lib.mkVMOverride 8192; cores = 8; }; - imports = with self.nixosModules; [ garage-vm pixelfed-vm ]; + imports = with self.nixosModules; [ bleedingFediverse garage-vm pixelfed-vm ]; # TODO: pair down environment.systemPackages = with pkgs; [ python3