Skip to content

Commit

Permalink
Fix shell completion installation failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ceedubs committed Sep 23, 2024
1 parent f313213 commit d2c5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/ucm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ in
--set-default UCM_WEB_UI "$out/ui"
'';

postFixup = ''
postInstall = ''
installShellCompletion --cmd ucm \
--bash <(${ucm} --bash-completion-script ${ucm}) \
--fish <(${ucm} --fish-completion-script ${ucm}) \
Expand Down

0 comments on commit d2c5edf

Please sign in to comment.