diff options
author | Linnnus <[email protected]> | 2025-01-20 08:43:57 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-20 08:43:57 +0100 |
commit | 2d43072721da049e3e4b46a42899d93396500e82 (patch) | |
tree | aa6c39d11503d249fa1fb44288d29e6397fbcc84 /shared | |
parent | c2142de399ce7f0218e0122a3b3bf81b1c69755c (diff) |
Upgrade to Python 3.12
Diffstat (limited to 'shared')
-rw-r--r-- | shared/home-manager/python/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/home-manager/python/default.nix b/shared/home-manager/python/default.nix index 380d352..5acc295 100644 --- a/shared/home-manager/python/default.nix +++ b/shared/home-manager/python/default.nix @@ -1,7 +1,7 @@ # This module configures development tools for Python. {pkgs, ...}: { home.packages = with pkgs; [ - (python311Full.withPackages (ps: + (python312Full.withPackages (ps: with ps; [ virtualenv tkinter |