diff options
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ with (import <nixpkgs> { }); mkShell { buildInputs = [ - nodejs-18_x + nodejs_21 nodePackages.typescript nodePackages.prettier nodePackages.eslint |
