azure-cli: add extensions-tool to tests

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer
2024-11-02 12:57:33 +01:00
parent 5139634ead
commit c63210f6e4
+3
View File
@@ -380,6 +380,9 @@ py.pkgs.toPythonApplication (
${lib.getExe az} --version || exit 1
touch $out
'';
# Ensure the extensions-tool builds.
inherit (azure-cli) extensions-tool;
};
generate-extensions = writeScriptBin "${pname}-update-extensions" ''