Skip to content

Commit 16a3314

Browse files
committed
npm update, and specify node version in shell.nix
1 parent 93675bd commit 16a3314

File tree

2 files changed

+175
-44
lines changed

2 files changed

+175
-44
lines changed

package-lock.json

Lines changed: 174 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{ pkgs ? import <nixpkgs> { } }:
22
pkgs.mkShell {
3-
buildInputs = [ pkgs.nodejs ];
3+
buildInputs = [ pkgs.nodejs-16_x ];
44
}

0 commit comments

Comments
 (0)