Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ depot, ... }:
let
inherit (depot.users.wpcarro) gopkgs;
in
depot.nix.buildGo.program {
name = "job";
srcs = [
./main.go
];
deps = with gopkgs; [
kv
utils
}