Loading pkgs/by-name/fl/fluxcd/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -60,8 +60,8 @@ buildGoModule rec { postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' for shell in bash fish zsh; do $out/bin/flux completion $shell > flux.$shell installShellCompletion flux.$shell installShellCompletion --cmd flux \ --$shell <($out/bin/flux completion $shell) done ''; Loading Loading
pkgs/by-name/fl/fluxcd/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -60,8 +60,8 @@ buildGoModule rec { postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' for shell in bash fish zsh; do $out/bin/flux completion $shell > flux.$shell installShellCompletion flux.$shell installShellCompletion --cmd flux \ --$shell <($out/bin/flux completion $shell) done ''; Loading