mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
ripgrep: remove unnecessary reference to $src
This commit is contained in:
parent
b531e65954
commit
1399f780bb
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
installManPage $releaseDir/build/ripgrep-*/out/rg.1
|
installManPage $releaseDir/build/ripgrep-*/out/rg.1
|
||||||
|
|
||||||
installShellCompletion $releaseDir/build/ripgrep-*/out/rg.{bash,fish}
|
installShellCompletion $releaseDir/build/ripgrep-*/out/rg.{bash,fish}
|
||||||
installShellCompletion --zsh "$src/complete/_rg"
|
installShellCompletion --zsh complete/_rg
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user