mirror of
https://github.com/nix-community/home-manager
synced 2025-01-11 11:39:49 +01:00
fish: fix home-manager
completion path
This commit is contained in:
parent
996b439739
commit
0423a7b40c
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ in runCommand "home-manager" {
|
||||||
install -D -m755 ${./completion.zsh} \
|
install -D -m755 ${./completion.zsh} \
|
||||||
$out/share/zsh/site-functions/_home-manager
|
$out/share/zsh/site-functions/_home-manager
|
||||||
install -D -m755 ${./completion.fish} \
|
install -D -m755 ${./completion.fish} \
|
||||||
$out/share/fish/completions/home-manager.fish
|
$out/share/fish/vendor_completions.d/home-manager.fish
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue