Skip to content

Commit

Permalink
Update pkgs/applications/networking/cluster/kcp/default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksana <[email protected]>
  • Loading branch information
rytswd and Aleksanaa authored Nov 23, 2024
1 parent ac89932 commit b882822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/kcp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ buildGoModule rec {
# __darwinAllowLocalNetworking = true;

nativeBuildInputs = [ installShellFiles ];
postInstall = ''
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)''
$out/bin/kcp completion bash > kcp.bash
$out/bin/kcp completion zsh > kcp.zsh
$out/bin/kcp completion fish > kcp.fish
Expand Down

0 comments on commit b882822

Please sign in to comment.