From 3d62e592f7ca055fc276860f30a979dc44a4631a Mon Sep 17 00:00:00 2001 From: Xarvex Date: Sun, 24 Aug 2025 18:10:44 -0500 Subject: [PATCH] chore(nix): use Python 3.13 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c12b22b6..3cc8d1d1 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ perSystem = { pkgs, ... }: let - python3 = pkgs.python312; + python3 = pkgs.python313; in { packages =