google-cloud-sdk: apply kubeconfig: don't store absolute path to gcloud binary

This commit is contained in:
Florian Klink
2019-06-14 23:41:43 +02:00
parent ff647cab19
commit 6a166b2bfc
2 changed files with 50 additions and 0 deletions
@@ -38,6 +38,9 @@ in stdenv.mkDerivation rec {
doBuild = false;
patches = [
./gcloud-path.patch
];
installPhase = ''
mkdir -p $out/google-cloud-sdk