Simplify evaluations a bit

This commit is contained in:
Greg Hellings
2025-12-07 17:50:55 -06:00
parent fa555f0298
commit 01e6aa22d5
10 changed files with 60 additions and 68 deletions
-23
View File
@@ -1,29 +1,6 @@
_final: prev:
let
myPackages =
pypackages: with pypackages; [
black
build
ipython
mypy
pylint
python-dateutil
pyyaml
responses
ruamel-yaml
setuptools
tox
typing-extensions
virtualenv
];
myPython = prev.python312.withPackages myPackages;
in
rec {
gregpy = myPython;
## Testing adding python packages in the correct manner
pythonPackagesExtensions = (prev.pythonPackagesExtensions or [ ]) ++ [
(