From 8c7d925bb30f7afb2f001814140d9c55c51787c0 Mon Sep 17 00:00:00 2001 From: 24apricots Date: Sun, 31 May 2026 00:10:38 -0700 Subject: [PATCH] flake.nix: remove python313 to fix insecure packages eval error --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7acb07e..7f2fb68 100644 --- a/flake.nix +++ b/flake.nix @@ -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" ];