update deps

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-05-06 16:02:22 -05:00
parent 46dbdc7758
commit e561408f16
4 changed files with 78 additions and 248 deletions

View file

@ -225,7 +225,7 @@
}
({
storePath = "${./.}";
nodejs_20_path = "${pkgs.nodejs_23}";
nodejs_20_path = "${pkgs.nodejs_20}";
# This will look at all inputs and grab any prefixed with `nvim_plugin-`
pluginPaths =
builtins.foldl' (dirs: name: { "${name}" = inputs.${name}.outPath; } // dirs) nixPkgsPlugins
@ -274,7 +274,7 @@
# ocamlPackages.ocaml-lsp # ocaml
# Other
typescript
nodejs_23
nodejs_22
clang
# zig
(pkgs.rust-bin.stable.latest.default.override {