diff options
Diffstat (limited to 'pkgs/overlay.nix')
-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 ]; |