fix(nix): add nodejs to shell
This commit is contained in:
parent
06c0dc8271
commit
e8dcdd37ea
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
pkgs.mkShellNoCC {
|
pkgs.mkShellNoCC {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
bun
|
bun
|
||||||
|
nodejs
|
||||||
wrangler
|
wrangler
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue