updated python to 3.12

This commit is contained in:
Richie Cahill 2024-07-07 19:10:19 -04:00 committed by Alice Huston
parent fab77a48f0
commit bf4c08c81b
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
python3 python312
]; ];
} }

View File

@ -27,7 +27,7 @@
wget wget
# python # python
poetry poetry
python3 python312
ruff ruff
# Rust packages # Rust packages
topgrade topgrade