From c9ffd8a567102f687a994230c0d61be3afb8476c Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 16 May 2025 00:19:28 +0200 Subject: [PATCH] nodejs_23 doesn't exist in nixpkgs unsable anymore --- homeConfigs/modules/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfigs/modules/vim.nix b/homeConfigs/modules/vim.nix index 68b9548..3158eae 100644 --- a/homeConfigs/modules/vim.nix +++ b/homeConfigs/modules/vim.nix @@ -18,7 +18,7 @@ home.packages = with pkgs; [ clang-tools nixd - nodejs_23 + nodejs_24 glsl_analyzer ];