diff --git a/flake.nix b/flake.nix index 6a0510f..be2f59b 100644 --- a/flake.nix +++ b/flake.nix @@ -105,7 +105,10 @@ name = "dxflrs/albatros-ci"; architecture = (builtins.getAttr targetHost archmap).GOARCH; config = { - Cmd = [ "${ci}" ]; + Cmd = [ "${ci}" ]; + Env = [ + "SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" + ]; }; };