Skip to content

Commit

Permalink
Add docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroDeth committed Mar 26, 2023
1 parent 22adc2a commit 856b64a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcp/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
tflint

# Google Cloud
# Ref: https://github.com/michielboekhoff/nixos-conf/blob/37d2a6f7b4d5c266346b270f5da5db82613eb945/hosts/kyoshi/default.nix#L19
(google-cloud-sdk.withExtraComponents [google-cloud-sdk.components.gke-gcloud-auth-plugin google-cloud-sdk.components.cloud-build-local])
];

Expand All @@ -87,6 +88,7 @@
echo "Go `${pkgs.go}/bin/go version`"
echo "Google Cloud `${pkgs.google-cloud-sdk}/bin/gcloud version`"
echo "Terraform `${pkgs.terraform}/bin/terraform version`"
echo "Docker `${pkgs.docker}/bin/docker --version`"
echo "Kubernetes `${pkgs.kubectl}/bin/kubectl version --short`"
'';
};
Expand Down

0 comments on commit 856b64a

Please sign in to comment.