Add curl bundle

This commit is contained in:
Greg Hellings
2024-04-16 15:48:46 -05:00
parent bf092167c3
commit 0de146de77
+3
View File
@@ -46,6 +46,9 @@
"mkdir -p tmp"
"chmod 1777 tmp"
];
config.Env = [
"CURL_CA_BUNDLE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
];
};
};
};