downgrade to 314
This commit is contained in:
parent
28bc82a523
commit
852ce51a54
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue