From 9275d2cc8acfe12f4374375c38091d89c98a5546 Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Fri, 27 Feb 2026 14:55:50 +0100 Subject: [PATCH] flake: build buildbot-autoscale-ext with python3 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a53811b..9ec5c1f 100644 --- a/flake.nix +++ b/flake.nix @@ -76,7 +76,7 @@ ); buildbotExtPythonSet = (pkgs.callPackage pyproject-nix.build.packages { - python = pkgs.python312; + python = pkgs.python3; }).overrideScope ( pkgs.lib.composeManyExtensions [ @@ -136,7 +136,7 @@ ); buildbotExtPythonSet = (pkgs.callPackage pyproject-nix.build.packages { - python = pkgs.python312; + python = pkgs.python3; }).overrideScope ( pkgs.lib.composeManyExtensions [