From aff312bbbe1fbb3318a64bc3ae04f397e211f1ac Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 4 Dec 2023 14:15:06 +0100 Subject: [PATCH] =?UTF-8?q?project:=20Python=202.7=20had=20an=20upgrade?= =?UTF-8?q?=E2=80=A6=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index f544d1d..93c449d 100644 --- a/default.nix +++ b/default.nix @@ -13,6 +13,7 @@ let allowUnsupportedSystem = true; # mipsel permittedInsecurePackages = [ "python-2.7.18.6" # kernel backports needs python <3 + "python-2.7.18.7" ]; }; });