about summary refs log tree commit diff
path: root/pkgs/applications/networking/geph
diff options
context:
space:
mode:
authorpenalty1083 <penalty1083@outlook.com>2023-11-22 10:13:42 +0800
committerpenalty1083 <penalty1083@outlook.com>2023-11-22 10:13:42 +0800
commit950887fc2ab298cc1f65e0bafe4285fdcd74c8a9 (patch)
treeac96e1d6a6b886939ed7cc7072da6d7124499525 /pkgs/applications/networking/geph
parentc009853976a8a7906c5a6d0ecf866683eaba2314 (diff)
geph: add cacert to provide certificates during fetches
Diffstat (limited to 'pkgs/applications/networking/geph')
-rw-r--r--pkgs/applications/networking/geph/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/geph/default.nix b/pkgs/applications/networking/geph/default.nix
index 4ebbc3370e4df..1b839d748477c 100644
--- a/pkgs/applications/networking/geph/default.nix
+++ b/pkgs/applications/networking/geph/default.nix
@@ -5,6 +5,7 @@
 , buildGoModule
 , makeWrapper
 , nodePackages
+, cacert
 , esbuild
 , jq
 , moreutils
@@ -69,6 +70,7 @@ in
         jq
         moreutils
         nodePackages.pnpm
+        cacert
       ];
 
       installPhase = ''