Merge pull request #135505 from NobbZ/google-cloud-sdk-gc-downgrade-python
google-cloud-sdk-gce: override python to 3.8
This commit is contained in:
commit
29cb3e0729
@ -5532,7 +5532,10 @@ with pkgs;
|
||||
google-cloud-sdk = callPackage ../tools/admin/google-cloud-sdk {
|
||||
python = python3;
|
||||
};
|
||||
google-cloud-sdk-gce = google-cloud-sdk.override { with-gce = true; };
|
||||
google-cloud-sdk-gce = google-cloud-sdk.override {
|
||||
python = python38;
|
||||
with-gce = true;
|
||||
};
|
||||
|
||||
google-fonts = callPackage ../data/fonts/google-fonts { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user