Unverified Commit 159f903e authored by natsukium's avatar natsukium
Browse files

google-cloud-sdk-gce: unpin the python version

parent e3517fa4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8719,7 +8719,7 @@ with pkgs;
    python = python3;
  };
  google-cloud-sdk-gce = google-cloud-sdk.override {
    python = python38;
    python = python3;
    with-gce = true;
  };