From e2e265ad7490b622f5a2a51d6e2a817e40af4cdf Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 16 Sep 2024 00:29:31 -0400 Subject: [PATCH] global/programming: python311 -> python312 --- users/modules/global/programming.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/modules/global/programming.nix b/users/modules/global/programming.nix index 307c119..983d144 100644 --- a/users/modules/global/programming.nix +++ b/users/modules/global/programming.nix @@ -41,8 +41,8 @@ in nimlsp # Python - python311 - (with python311Packages; [ + python312 + (with python312Packages; [ black isort jupyter