mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +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
|
||||
|
||||
installShellCompletion $releaseDir/build/ripgrep-*/out/rg.{bash,fish}
|
||||
installShellCompletion --zsh "$src/complete/_rg"
|
||||
installShellCompletion --zsh complete/_rg
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user