vimPluginsUpdater: use lib.sources.sourceByGlobs

Filter PYTHONPATH source to .py files only, dropping the 6 sibling
.nix files from the closure.
This commit is contained in:
zimbatm
2026-05-26 21:49:00 +12:00
committed by adisbladis
parent edb4b053f5
commit 1b47667776
@@ -43,7 +43,7 @@ buildPythonApplication {
neovim-unwrapped
nurl
]
}" --prefix PYTHONPATH : "${./.}" )
}" --prefix PYTHONPATH : "${lib.sources.sourceByGlobs ./. [ "**/*.py" ]}" )
wrapPythonPrograms
'';