]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/mypackages/overlays/bugwarrior/default.nix
Add flake skeletons
[perso/Immae/Config/Nix.git] / flakes / mypackages / overlays / bugwarrior / default.nix
diff --git a/flakes/mypackages/overlays/bugwarrior/default.nix b/flakes/mypackages/overlays/bugwarrior/default.nix
new file mode 100644 (file)
index 0000000..2b25985
--- /dev/null
@@ -0,0 +1,5 @@
+self: super: {
+  bugwarrior = super.python3Packages.bugwarrior.overridePythonAttrs(old: rec {
+    patches = old.patches or [] ++ [ ./mantisbt.patch ];
+  });
+}