Merge branch 'main' of ssh://git.trex-halfbeak.ts.net/don/NixOS-Configs

This commit is contained in:
Don Harper 2025-09-02 21:02:24 -05:00
commit f3fb81d291

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 = {