Skip to content

Commit 4d9c090

Browse files
committed
build: Disable completion auto-init in Nix flake
The flake correctly installs lazy-loaded shell completions, so we don't need to manually load them as part of `kubesel init`.
1 parent 4e221d8 commit 4d9c090

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
mkdir -p $out/bin
4545
go build -o $out/bin/kubesel \
4646
-ldflags '-X main.GIT_REVISION=${self.rev or self.dirtyRev or "unknown"}' \
47+
-tags no_init_completions \
4748
./
4849
4950
echo "generating fish completions"

0 commit comments

Comments
 (0)