From 74404d05a89b1c64997f3bb51fb0513c3ac6fa9f Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 1 Jun 2020 13:10:25 +1000 Subject: [PATCH] Added ripgrep --- roles/host_common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/host_common.nix b/roles/host_common.nix index 38e27b9..02cbbc2 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -58,6 +58,7 @@ direnv # A shell extension that manages your environment killall # kill processes by name #openssl # A cryptographic library that implements the SSL and TLS protocols + ripgrep # Utility that provides usability of The Silver Searcher with the raw speed of grep ( import ../roles/vim.nix )