change to python3.1.2

This commit is contained in:
2025-05-19 11:36:31 -07:00
parent 7432f2e77d
commit b18faec312

View File

@ -11,7 +11,7 @@
with pkgs; with pkgs;
{ {
devShells.x86_64-linux.default = mkShell { devShells.x86_64-linux.default = mkShell {
buildInputs = with python3Packages; [ buildInputs = with python312Packages; [
hy hy
(buildPythonPackage rec { (buildPythonPackage rec {
pname = "hyrule"; pname = "hyrule";