Loading pkgs/applications/networking/cluster/kubeshark/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ buildGoModule rec { ''; doCheck = true; postInstall = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd kubeshark \ --bash <($out/bin/kubeshark completion bash) \ --fish <($out/bin/kubeshark completion fish) \ Loading Loading
pkgs/applications/networking/cluster/kubeshark/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ buildGoModule rec { ''; doCheck = true; postInstall = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd kubeshark \ --bash <($out/bin/kubeshark completion bash) \ --fish <($out/bin/kubeshark completion fish) \ Loading