Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"python310"
"python311"
"python312"
"python313"
# adding python313 causes an insecure package error on evaluation of the
# overlay due to:
# - pypy2.7-setuptools-44.0.0 due to CVE-2025-47273
# - pypy2.7-pip-20.3.4 due to CVE-2021-2836
#"python313"
"python314"
];

Expand Down
Loading