update deps
This commit is contained in:
parent
46dbdc7758
commit
e561408f16
4 changed files with 78 additions and 248 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue