Passage de Node.js 20 à 24 dans default.nix

This commit is contained in:
Jalil Arfaoui 2026-02-17 00:01:03 +01:00
parent a86c3d27e0
commit 86b13fb6b4

View file

@ -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 ];
} }