Ludovic Courtès (2015-09-21 19:01 +0300) wrote: > Alex Kost <alez...@gmail.com> skribis: > >> Ludovic Courtès (2015-09-20 19:43 +0300) wrote: >> >>> Alex Kost <alez...@gmail.com> skribis: >> [...] >>>> (defcustom guix-prettify-regexp >>>> - (rx "/" >>>> - (or "nix" "gnu") >>>> - "/store/" >>>> + (rx "/" (or "store" "nar" "log") "/" >>> >>> Maybe explicitly show in a comment the URLs and file names that we >>> intend to match. >> >> OK, I'll add this comment. BTW, are there any other places where we can >> meet these hashes? > > Hmm no, at least not yet.
OK, thanks, pushed. -- Alex