]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/irssi/overlay.nix
julm: neovim: re-enable
[julm/julm-nix.git] / homes / softwares / irssi / overlay.nix
1 self: super: {
2 irssi = super.irssi.overrideAttrs (oldAttrs: {
3 patches = [ (super.fetchurl
4 { meta.description = "Irssi dynamic password patch";
5 url = "https://raw.githubusercontent.com/gandalf3/irssi-passwd/master/irssi-connection-set-key.patch";
6 sha256 = "0qgbdbhdc7qf3y1fn2j92xlnd5p37jncf1d5cql7wx9kndaqhisb";
7 })
8 ];
9 });
10 }