home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5bdb02c0fdede6e4ccbbf41459b681f89b7ff1aa
parent 880aeb180ea7f4496a392233d47ff442f4ac9a6a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 22 Oct 2018 11:39:17 +0200

pkgs: openshift: remove kubectl to not conflict

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/openshift/default.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkgs/openshift/default.nix b/pkgs/openshift/default.nix @@ -74,6 +74,7 @@ in stdenv.mkDerivation rec { installPhase = '' mkdir -p "$out/bin" cp -a "_output/local/bin/$(go env GOOS)/$(go env GOARCH)/"* "$out/bin/" + rm $out/bin/kubectl install -D -t "$out/etc/bash_completion.d" contrib/completions/bash/* install -D -t "$out/share/zsh/site-functions" contrib/completions/zsh/* '';