upgrade nix channel and node
This commit is contained in:
parent
5b3b239a26
commit
b8dde6ff2b
2 changed files with 3 additions and 3 deletions
2
.replit
2
.replit
|
|
@ -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]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs }: {
|
{ pkgs }: {
|
||||||
deps = [
|
deps = [
|
||||||
pkgs.nodejs-16_x.out
|
pkgs.nodejs-18_x
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue