about summary refs log tree commit diff
path: root/overlays/patches/gnupg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/gnupg/default.nix')
-rw-r--r--overlays/patches/gnupg/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/overlays/patches/gnupg/default.nix b/overlays/patches/gnupg/default.nix
deleted file mode 100644
index 35000019c0b0..000000000000
--- a/overlays/patches/gnupg/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ gnupg, ... } @ args:
-
-(gnupg.override (builtins.removeAttrs args [ "gnupg" ])).overrideAttrs (
-  { patches ? [], ... }:
-  {
-    patches = patches ++ [ ./VERY-BAD-allow-signing-with-expired-keys.patch ];
-  }
-)