Merge pull request #309672 from impl/azure-cli-add-pip

azure-cli: fix installing extensions externally

authored by Paul Meyer and committed by GitHub 2345c4a3 9e75bd35

+4
+4
pkgs/tools/admin/azure-cli/default.nix
··· 229 229 wcwidth 230 230 websocket-client 231 231 xmltodict 232 + ] ++ lib.optionals (!withImmutableConfig) [ 233 + # pip is required to install extensions locally, but it's not needed if 234 + # we're using the default immutable configuration. 235 + pip 232 236 ]; 233 237 234 238 postInstall = ''