1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-i03w8PZ31j5EutUZaamZsHz+z4qgX4prePbj5DLA78s=";
16 ldflags = [ "-s" "-w" ];
19 description = "Fast, indexed regexp search over large file trees";
20 homepage = "https://github.com/google/codesearch";
21 license = [ licenses.bsd3 ];
22 maintainers = with maintainers; [ bennofs ];