upgrade python to 3.13
All checks were successful
/ build-all (push) Successful in 1m2s

This commit is contained in:
ant 2025-07-21 10:23:39 +02:00
parent 5a65f45349
commit 5a4a4390b4

View file

@ -22,10 +22,10 @@
home.stateVersion = "23.05"; # Please read the comment before changing.
home.packages = with pkgs; [
python3
python3Packages.virtualenv
python3Packages.numpy
python3Packages.matplotlib
(python313.withPackages (pp: with pp; [
numpy
matplotlib
]))
# bluez
go-mtpfs
xdg-utils