Commit 1399f780 authored by zowoq's avatar zowoq
Browse files

ripgrep: remove unnecessary reference to $src

parent b531e659
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; {