add worker dev env

This commit is contained in:
Abel Luck 2026-02-26 09:40:54 +01:00
parent 2f1e2d67f4
commit 3fbfa40360

View file

@ -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
'';
};
};
};