Passage de Node.js 20 à 24 dans default.nix
This commit is contained in:
parent
a86c3d27e0
commit
86b13fb6b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs ? import <nixos-unstable> {} }:
|
{ pkgs ? import <nixos-unstable> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [ nodejs_20 ];
|
nativeBuildInputs = with pkgs; [ nodejs_24 ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue