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