From e0f6e514b1194dab73a627bced804805252befd1 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Thu, 18 Feb 2021 08:09:21 +1000 Subject: [PATCH] ripgrep: remove passthru.tests test was removed in dd63561bcbe5f7b86063c7c6e80fca5af487d801 --- pkgs/tools/text/ripgrep/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/tools/text/ripgrep/default.nix b/pkgs/tools/text/ripgrep/default.nix index b012bdfe57e..1d9f4aa4bdb 100644 --- a/pkgs/tools/text/ripgrep/default.nix +++ b/pkgs/tools/text/ripgrep/default.nix @@ -37,8 +37,6 @@ rustPlatform.buildRustPackage rec { installShellCompletion --zsh complete/_rg ''; - passthru.tests = { inherit (nixosTests) ripgrep; }; - meta = with lib; { description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep"; homepage = "https://github.com/BurntSushi/ripgrep";