mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #254164 from natsukium/google-cloud-sdk-gce/unpin-python
google-cloud-sdk-gce: unpin the python version
This commit is contained in:
commit
c718a86fd0
@ -8728,7 +8728,7 @@ with pkgs;
|
||||
python = python3;
|
||||
};
|
||||
google-cloud-sdk-gce = google-cloud-sdk.override {
|
||||
python = python38;
|
||||
python = python3;
|
||||
with-gce = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user