forked from nat/natalieee.net
change to python3.1.2
This commit is contained in:
@ -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";
|
||||||
|
Reference in New Issue
Block a user