downgrade to 314

This commit is contained in:
Jana Dönszelmann 2026-01-05 15:53:05 +01:00
parent 28bc82a523
commit 852ce51a54
No known key found for this signature in database

View file

@ -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