From 852ce51a54296f4bc6c08facf8a6e993dbfb1775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20D=C3=B6nszelmann?= Date: Mon, 5 Jan 2026 15:53:05 +0100 Subject: [PATCH] downgrade to 314 --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6eceaa2..6dc8534 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,8 @@ in rec { packages = rec { - python = pkgs.python315.overrideAttrs ( + # also works on 3.15 but there are no packages easily available for that. + python = pkgs.python314.overrideAttrs ( finalAttrs: previousAttrs: { patches = previousAttrs.patches ++ [ ./0001-add-to-parser.patch