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; [
git
python3
python312
];
}