diff --git a/flake.nix b/flake.nix index 4c0d820..be02199 100644 --- a/flake.nix +++ b/flake.nix @@ -28,9 +28,12 @@ devShells = { default = pkgs.mkShell { packages = with pkgs; [ - yarn - nodejs-18_x + wrangler + nodejs_22 ]; + shellHook = '' + export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt + ''; }; }; };