]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - flakes/mypackages/overlays/bitlbee/default.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / flakes / mypackages / overlays / bitlbee / default.nix
CommitLineData
c1b6f97a
IB
1self: super: {
2 bitlbee = super.bitlbee.overrideAttrs(old: {
3 patches = (old.patches or []) ++ [ ./bitlbee_long_nicks.patch ];
4 });
5}