1 { lib, buildGoModule, fetchFromGitHub, git }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-ovmdbyPRSebwmW6AW55jBgBKaNdY6w5/wrpUF2cMKw8=";
14 vendorHash = "sha256-wwpaJO5cXMsvqFXj+qGiIm4zg/SL4YCm2mNnG/qdilw=";
16 ldflags = [ "-s" "-w" ];
19 git # required by unit tests
24 # Disable tests requiring network access to gitlab.com
25 buildFlagsArray+=("-run" "[^(Test(Run|Start|(Fetch|Pull)With(Go|)Git))]")
29 description = "Running git UI commands";
30 homepage = "https://github.com/isacikgoz/gitbatch";
31 license = licenses.mit;
32 maintainers = with maintainers; [ teto ];
33 platforms = with platforms; linux;