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, 0 insertions, 5 deletions
diff --git a/overlays/bugwarrior/default.nix b/overlays/bugwarrior/default.nix
deleted file mode 100644
index 2b25985..0000000
--- a/overlays/bugwarrior/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
1self: super: {
2 bugwarrior = super.python3Packages.bugwarrior.overridePythonAttrs(old: rec {
3 patches = old.patches or [] ++ [ ./mantisbt.patch ];
4 });
5}