chore(nix): use Python 3.13

This commit is contained in:
Xarvex
2025-08-24 18:10:44 -05:00
parent 70fa866b8d
commit 3d62e592f7

View File

@@ -28,7 +28,7 @@
perSystem =
{ pkgs, ... }:
let
python3 = pkgs.python312;
python3 = pkgs.python313;
in
{
packages =