upgrade nix channel and node

This commit is contained in:
David Reed 2023-01-23 23:36:02 -05:00
parent 5b3b239a26
commit b8dde6ff2b
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ run = ["npm", "start"]
language = "nodejs-npm" language = "nodejs-npm"
[nix] [nix]
channel = "stable-21_11" channel = "stable-23_01"
[debugger] [debugger]

View file

@ -1,5 +1,5 @@
{ pkgs }: { { pkgs }: {
deps = [ deps = [
pkgs.nodejs-16_x.out pkgs.nodejs-18_x
]; ];
} }