nix compat #1

Open
bunbun wants to merge 6 commits from bunbun/natalieee.net:main into main
8 changed files with 67 additions and 10 deletions
Showing only changes of commit b18faec312 - Show all commits

View File

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