We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d716ec commit 9558c8fCopy full SHA for 9558c8f
shell.nix
@@ -1,7 +1,7 @@
1
{ pkgs ? import <nixpkgs> {} }:
2
pkgs.mkShell {
3
nativeBuildInputs = with pkgs; [
4
- nodejs-18_x
+ nodejs_20
5
nodePackages.npm
6
];
7
}
0 commit comments