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 wcwidth 230 websocket-client 231 xmltodict 232 ]; 233 234 postInstall = ''
··· 229 wcwidth 230 websocket-client 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 236 ]; 237 238 postInstall = ''