From b18faec31274341f78b6847586255f1e3cbd164b Mon Sep 17 00:00:00 2001 From: Winter Hille Date: Mon, 19 May 2025 11:36:31 -0700 Subject: [PATCH] change to python3.1.2 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2b11c54..1948c75 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ with pkgs; { devShells.x86_64-linux.default = mkShell { - buildInputs = with python3Packages; [ + buildInputs = with python312Packages; [ hy (buildPythonPackage rec { pname = "hyrule";