Ludovic Courtès (2015-09-20 19:43 +0300) wrote: > Alex Kost <[email protected]> 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? -- Alex
