google-cloud-sdk: apply kubeconfig: don't store absolute path to gcloud binary
This commit is contained in:
@@ -38,6 +38,9 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
doBuild = false;
|
||||
|
||||
patches = [
|
||||
./gcloud-path.patch
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/google-cloud-sdk
|
||||
|
||||
Reference in New Issue
Block a user