Commit 4f90e9d319fb

Vincent Demeester <vincent@sbr.pm>
2025-03-11 16:28:02
users/vincent: run python 3.13 by default
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a66f1af
Changed files (1)
users
vincent
users/vincent/dev/python.nix
@@ -4,8 +4,8 @@
   xdg.configFile."python/pythonrc".source = ./python/pythonrc;
   home.packages = with pkgs; [
     pipenv
-    python3
-    python3Packages.python-lsp-server
+    python313
+    python313Packages.python-lsp-server
     uv
   ];
   home.sessionVariables = {