add worker dev env
This commit is contained in:
parent
2f1e2d67f4
commit
3fbfa40360
1 changed files with 5 additions and 2 deletions
|
|
@ -28,9 +28,12 @@
|
||||||
devShells = {
|
devShells = {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
yarn
|
wrangler
|
||||||
nodejs-18_x
|
nodejs_22
|
||||||
];
|
];
|
||||||
|
shellHook = ''
|
||||||
|
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue