We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fa866 commit 3d62e59Copy full SHA for 3d62e59
flake.nix
@@ -28,7 +28,7 @@
28
perSystem =
29
{ pkgs, ... }:
30
let
31
- python3 = pkgs.python312;
+ python3 = pkgs.python313;
32
in
33
{
34
packages =
0 commit comments