about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/default.nix')
-rw-r--r--overlays/patches/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix
index 4c664ba3ab11..9635f42f169f 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -7,6 +7,8 @@ self: super: {
     inherit (super) firefoxPackages;
   };
 
+  gnupg = self.callPackage ./gnupg { inherit (super) gnupg; };
+
   public-inbox = self.callPackage ./public-inbox {
     inherit (super) public-inbox;
   };