From d739c6355959b315503fcb0d37e3ede64fb81594 Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Fri, 27 Feb 2026 14:44:17 +0100 Subject: [PATCH] expose buildbot-autoscale-ext as individual Python package; rename venv to -venv suffix --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c066364..fb3f1f4 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,8 @@ in { nix-builder-autoscaler = venv; - buildbot-autoscale-ext = buildbotExtVenv; + buildbot-autoscale-ext = buildbotExtPythonSet."buildbot-autoscale-ext"; + buildbot-autoscale-ext-venv = buildbotExtVenv; default = venv; } );