diff options
author | stuebinm | 2025-03-09 00:36:07 +0100 |
---|---|---|
committer | stuebinm | 2025-03-09 00:36:07 +0100 |
commit | 033f32a82be9ef833954760b961c02b77ec17fe7 (patch) | |
tree | 9d4a69cdade533b1607d7fca7ef2fc61e8b1fbeb /pkgs/overlay.nix | |
parent | ef173df3b8d33f4c40af00a6d452de5a50b619d6 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | pkgs/overlay.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 ]; |