back to default python

This commit is contained in:
Don Harper 2025-09-02 20:48:01 -05:00
parent 138fc13f98
commit 5a475dca11

View file

@ -17,7 +17,7 @@
requests
setuptools
];
python-with-my-packages = pkgs.python314Full.withPackages my-python-packages;
python-with-my-packages = pkgs.python3Full.withPackages my-python-packages;
in {
nix = {
settings = {