Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ depot, ... }:
depot.nix.buildGo.program {
name = "quinistry";
srcs = [
./const.go
./image.go
./main.go
./types.go
];
}