From b795826252f25d8b535f9b35fe4de92ffa774c57 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Thu, 20 Mar 2025 14:54:53 +0100 Subject: [PATCH] nodejs 22 -> 23 --- terminal-software.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal-software.nix b/terminal-software.nix index affb7c6..bafa030 100644 --- a/terminal-software.nix +++ b/terminal-software.nix @@ -22,7 +22,7 @@ defaultEditor = true; package = pkgs-unstable.neovim-unwrapped; extraPackages = (with pkgs; [ - nodejs_22 + nodejs_23 ocamlPackages.lsp ocamlPackages.ocamlformat cargo