aboutsummaryrefslogtreecommitdiff
path: root/overlays/patches/neomutt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/neomutt/default.nix')
-rw-r--r--overlays/patches/neomutt/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/overlays/patches/neomutt/default.nix b/overlays/patches/neomutt/default.nix
deleted file mode 100644
index 3f295a5a574..00000000000
--- a/overlays/patches/neomutt/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-/* LONGER NEOMUTT PARAMETER LISTS PATCH
- *
- * Because of how my neomutt config handles GPG
- * encryption, neomutt needs to be patched to
- * allow for a longer argument buffer.
- * Luckily someone had already written a patch
- * for this, so I didn't have to :)
- */
-{ neomutt }:
-
-neomutt.overrideAttrs ({ patches ? [], ... }: {
- patches = patches ++ [ ./1388.patch ];
-})