Skip to content

Commit

Permalink
fix: remove shell completion installation from fvm package.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
MH0386 committed Dec 26, 2024
1 parent e42688d commit 48376b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/by-name/fv/fvm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ buildDartApplication rec {

postInstall = ''
export HOME=$TMPDIR
installShellCompletion --cmd fvm \
--bash <($out/bin/fvm --generate-shell-completion bash) \
--fish <($out/bin/fvm --generate-shell-completion fish) \
--zsh <($out/bin/fvm --generate-shell-completion zsh)
'';

meta = {
Expand Down

0 comments on commit 48376b7

Please sign in to comment.