Use nodejs_latest

This commit is contained in:
Valentin Brandl 2024-07-30 17:32:21 +02:00
parent 8079b728d7
commit c957dbf74e
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -15,7 +15,7 @@
}; };
in { in {
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs ]; nativeBuildInputs = with pkgs; [ nodejs_latest ];
}; };
} }
); );