mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
Merge pull request #269099 from penalty1083/geph
geph: add cacert to provide certificates during fetches
This commit is contained in:
commit
010c7296f3
@ -5,6 +5,7 @@
|
||||
, buildGoModule
|
||||
, makeWrapper
|
||||
, nodePackages
|
||||
, cacert
|
||||
, esbuild
|
||||
, jq
|
||||
, moreutils
|
||||
@ -69,6 +70,7 @@ in
|
||||
jq
|
||||
moreutils
|
||||
nodePackages.pnpm
|
||||
cacert
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user