flake: build buildbot-autoscale-ext with python3
This commit is contained in:
parent
f6e47d592c
commit
9275d2cc8a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue