pinned python 3.12

This commit is contained in:
John Lancaster
2025-08-25 22:10:04 -05:00
parent 4466e39a55
commit 3e4dd6d1d2
2 changed files with 40 additions and 51 deletions

View File

@@ -45,7 +45,7 @@
system = "x86_64-linux";
timeZone = "America/Chicago";
locale = "en_US.UTF-8";
# pythonVersion = "3.11.10"; # This is largely irrelevant because uv will handle it
pythonVersion = "3.12"; # This is largely irrelevant because uv will handle it
};
pkgs = inputs.nixpkgs.legacyPackages.${systemSettings.system};
@@ -90,7 +90,7 @@
# https://devenv.sh/supported-languages/python/
languages.python = {
enable = true;
# version = systemSettings.pythonVersion;
version = systemSettings.pythonVersion;
uv = {
enable = true;
package = pkgs.uv;