diff --git a/flake.nix b/flake.nix index 5973bd9..3f64245 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,11 @@ inherit inputs pkgs; modules = [ { + enterShell = '' + # temporary wrangler fix: https://github.com/cloudflare/workers-sdk/issues/3264#issuecomment-1642939487 + export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt + ''; + # https://devenv.sh/reference/options/ scripts = import ./tasks.nix;