From 003b6ac9b0e637ddac2480a8c0ddecf794258372 Mon Sep 17 00:00:00 2001 From: o-az Date: Wed, 13 Nov 2024 06:49:34 -0800 Subject: [PATCH] fix: wrangler remote --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;