Update pkgs/tools/admin/google-cloud-sdk/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Patrick Hilhorst 2021-10-29 17:38:42 +02:00 committed by GitHub
parent b9cb71c48b
commit 4f8999daba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,6 @@ in stdenv.mkDerivation rec {
'';
doInstallCheck = true;
# Minor smoke test, used to be a NixOS test.
installCheckPhase = ''
$out/bin/gcloud version --format json | jq '."Google Cloud SDK"' | grep "${version}"
'';