This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-06 14:04:44 -05:00
parent c9d13bb1cc
commit 63e15270ac
4 changed files with 70 additions and 70 deletions

View file

@ -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