From 033f32a82be9ef833954760b961c02b77ec17fe7 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 9 Mar 2025 00:36:07 +0100 Subject: pkgs/akkoma: bump to 3.15.1 it appears i am now bundling this, since nixpkgs is unreliable for this, and I will not interact with its handling of akkoma specifically (even as I also won't mor generally). Thanks to io who it seem to have accidentally nerdsniped into figuring out how to generate to the mix.nix file and update akkoma. Co-authored-by: io --- pkgs/overlay.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/overlay.nix') diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index 5c82377..b54a774 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -35,9 +35,9 @@ in patches = [ ./patches/akkoma-fe-toki-pona.patch ]; }); - akkoma = super.akkoma.overrideAttrs (old: { + akkoma = (self.callPackage ./akkoma {}).overrideAttrs { patches = [ ./patches/akkoma-toki-pona.patch ]; - }); + }; cgit = super.cgit.overrideAttrs (old: { patches = [ ./patches/cgit-main-instead-of-master.patch ]; -- cgit v1.2.3