]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - overlays/bugwarrior/default.nix
Add bugwarrior
[perso/Immae/Config/Nix.git] / overlays / bugwarrior / default.nix
1 self: super: {
2 bugwarrior = super.python3Packages.bugwarrior.overridePythonAttrs(old: rec {
3 patches = old.patches or [] ++ [ ./mantisbt.patch ];
4 });
5 }