ripgrep: remove passthru.tests

test was removed in dd63561bcbe5f7b86063c7c6e80fca5af487d801
This commit is contained in:
zowoq 2021-02-18 08:09:21 +10:00
parent a7251011a6
commit e0f6e514b1

View File

@ -37,8 +37,6 @@ rustPlatform.buildRustPackage rec {
installShellCompletion --zsh complete/_rg installShellCompletion --zsh complete/_rg
''; '';
passthru.tests = { inherit (nixosTests) ripgrep; };
meta = with lib; { meta = with lib; {
description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep"; description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
homepage = "https://github.com/BurntSushi/ripgrep"; homepage = "https://github.com/BurntSushi/ripgrep";