about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-03-29 14:21:22 +0000
committerAlyssa Ross <hi@alyssa.is>2021-03-29 18:22:30 +0000
commit8164ee76c363a572b888c2bce5015aa05ef6b37e (patch)
treed3975488c38b0220044514d567be7ce8c0c4f66b /overlays/patches/default.nix
parentbe250ee4130940d1a86aea97ec586893f1bbcb12 (diff)
downloadnixlib-8164ee76c363a572b888c2bce5015aa05ef6b37e.tar
nixlib-8164ee76c363a572b888c2bce5015aa05ef6b37e.tar.gz
nixlib-8164ee76c363a572b888c2bce5015aa05ef6b37e.tar.bz2
nixlib-8164ee76c363a572b888c2bce5015aa05ef6b37e.tar.lz
nixlib-8164ee76c363a572b888c2bce5015aa05ef6b37e.tar.xz
nixlib-8164ee76c363a572b888c2bce5015aa05ef6b37e.tar.zst
nixlib-8164ee76c363a572b888c2bce5015aa05ef6b37e.zip
patches/gh: support reading auth tokens from fds
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 1fd87159ee17..b7c2f7b7f6bd 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -16,6 +16,8 @@ self: super: {
     llvmPackages = self.llvmPackages_latest;
   };
 
+  gh = self.callPackage ./gh { inherit (super) gh; };
+
   gnupg = self.callPackage ./gnupg { inherit (super) gnupg; };
 
   public-inbox = self.callPackage ./public-inbox {