hosts | upstream changes python3Full -> python313

This commit is contained in:
Don Harper 2025-09-24 13:38:50 -05:00
parent 684e78190b
commit 4dbb70199a
3 changed files with 80 additions and 69 deletions

View file

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