Skip to content

Commit

Permalink
azure-cli: use python37 because of aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 7, 2020
1 parent e9083c5 commit 1deac02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ in

iamy = callPackage ../tools/admin/iamy { };

azure-cli = callPackage ../tools/admin/azure-cli { python = python3; };
azure-cli = callPackage ../tools/admin/azure-cli { python = python37; };

azure-storage-azcopy = callPackage ../development/tools/azcopy { };

Expand Down

0 comments on commit 1deac02

Please sign in to comment.