···2122 ldflags = [ "-s" "-w" ];
2324- meta = with lib; {
25 description = "Like `go get` but for Go tools! CI Automating versioning of Go binaries in a nested, isolated Go modules";
26 mainProgram = "bingo";
27 homepage = "https://github.com/bwplotka/bingo";
28- license = licenses.asl20;
29- maintainers = with maintainers; [ aaronjheng ];
30 };
31}
···2122 ldflags = [ "-s" "-w" ];
2324+ meta = {
25 description = "Like `go get` but for Go tools! CI Automating versioning of Go binaries in a nested, isolated Go modules";
26 mainProgram = "bingo";
27 homepage = "https://github.com/bwplotka/bingo";
28+ license = lib.licenses.asl20;
29+ maintainers = with lib.maintainers; [ aaronjheng ];
30 };
31}
+3-3
pkgs/by-name/bu/bufisk/package.nix
···22 "-w"
23 ];
2425- meta = with lib; {
26 homepage = "https://github.com/bufbuild/bufisk";
27 description = "User-friendly launcher for Buf";
28- license = licenses.asl20;
29- maintainers = with maintainers; [ aaronjheng ];
30 mainProgram = "bufisk";
31 };
32}