summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-17 11:57:51 +0200
committerAlan Pearce2019-09-17 11:57:51 +0200
commit416a64ee04f14967a436d235a0bfcdb140c46e4f (patch)
treed2b702ccdd131709c18e6e206f3711ee37099a20
parent20dad9578935f0894cf14311cbabfc1f0ff27fbd (diff)
downloadnixos-configuration-416a64ee04f14967a436d235a0bfcdb140c46e4f.tar.lz
nixos-configuration-416a64ee04f14967a436d235a0bfcdb140c46e4f.tar.zst
nixos-configuration-416a64ee04f14967a436d235a0bfcdb140c46e4f.zip
development: enable PCRE2 in ripgrep
-rw-r--r--modules/development/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/development/base.nix b/modules/development/base.nix
index ea11951..2beed5b 100644
--- a/modules/development/base.nix
+++ b/modules/development/base.nix
@@ -12,7 +12,7 @@
     wrk
 
     ag
-    ripgrep
+    (ripgrep.override { withPCRE2 = true; })
 
     httpie
     jq