flake: build buildbot-autoscale-ext with python3

This commit is contained in:
Abel Luck 2026-02-27 14:55:50 +01:00
parent f6e47d592c
commit 9275d2cc8a

View file

@ -76,7 +76,7 @@
); );
buildbotExtPythonSet = buildbotExtPythonSet =
(pkgs.callPackage pyproject-nix.build.packages { (pkgs.callPackage pyproject-nix.build.packages {
python = pkgs.python312; python = pkgs.python3;
}).overrideScope }).overrideScope
( (
pkgs.lib.composeManyExtensions [ pkgs.lib.composeManyExtensions [
@ -136,7 +136,7 @@
); );
buildbotExtPythonSet = buildbotExtPythonSet =
(pkgs.callPackage pyproject-nix.build.packages { (pkgs.callPackage pyproject-nix.build.packages {
python = pkgs.python312; python = pkgs.python3;
}).overrideScope }).overrideScope
( (
pkgs.lib.composeManyExtensions [ pkgs.lib.composeManyExtensions [