1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-yq95+MHMbzVg8i/55EZBVCVkE3uwD964fAaXWP5aWYw=";
17 subPackages = [ "." ];
19 ldflags = [ "-s" "-w" "-X main.version=${version}" ];
22 description = "Quickly clone an entire org/users repositories into one directory";
24 ghorg allows you to quickly clone all of an orgs, or users repos into a
25 single directory. This can be useful in many situations including
26 - Searching an orgs/users codebase with ack, silver searcher, grep etc..
32 homepage = "https://github.com/gabrie30/ghorg";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ vidbina ];