aboutsummaryrefslogtreecommitdiff
path: root/overlays/bugwarrior/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/bugwarrior/default.nix')
-rw-r--r--overlays/bugwarrior/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/overlays/bugwarrior/default.nix b/overlays/bugwarrior/default.nix
new file mode 100644
index 0000000..2b25985
--- /dev/null
+++ b/overlays/bugwarrior/default.nix
@@ -0,0 +1,5 @@
1self: super: {
2 bugwarrior = super.python3Packages.bugwarrior.overridePythonAttrs(old: rec {
3 patches = old.patches or [] ++ [ ./mantisbt.patch ];
4 });
5}