diff options
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@  { pkgs ? import <nixpkgs> { } }:  pkgs.mkShell { -  nativeBuildInputs = [ pkgs.nodejs ]; +  nativeBuildInputs = [ pkgs.nodejs_20 ];  } |