From c957dbf74e6a76415cd4a4e614d81db224362e29 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 30 Jul 2024 17:32:21 +0200 Subject: [PATCH] Use `nodejs_latest` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 974d435..5e85a36 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ }; in { devShell = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ nodejs ]; + nativeBuildInputs = with pkgs; [ nodejs_latest ]; }; } );