all repos — nixfiles @ 416a64ee04f14967a436d235a0bfcdb140c46e4f

System and user configuration, managed by nix and home-manager

development: enable PCRE2 in ripgrep
Alan Pearce alan@alanpearce.eu
Tue, 17 Sep 2019 11:57:51 +0200
commit

416a64ee04f14967a436d235a0bfcdb140c46e4f

parent

20dad9578935f0894cf14311cbabfc1f0ff27fbd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M modules/development/base.nixmodules/development/base.nix
@@ -12,7 +12,7 @@     wrk
 
     ag
-    ripgrep
+    (ripgrep.override { withPCRE2 = true; })
 
     httpie
     jq