Skip to content

Commit

Permalink
fix: wrangler remote
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Nov 13, 2024
1 parent 43f36b0 commit 003b6ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 003b6ac

Please sign in to comment.