updates
This commit is contained in:
parent
c9d13bb1cc
commit
63e15270ac
4 changed files with 70 additions and 70 deletions
|
|
@ -219,7 +219,7 @@
|
|||
}
|
||||
({
|
||||
storePath = "${./.}";
|
||||
nodejs_20_path = "${pkgs.nodejs_20}";
|
||||
nodejs_24_path = "${pkgs.nodejs_24}";
|
||||
# This will look at all inputs and grab any prefixed with `nvim_plugin-`
|
||||
pluginPaths =
|
||||
builtins.foldl' (dirs: name: { "${name}" = inputs.${name}.outPath; } // dirs) nixPkgsPlugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue