2020-06-14 00:43:09 +02:00
|
|
|
{ depot, ... }:
|
|
|
|
|
|
|
|
let
|
|
|
|
inherit (depot.fun) clbot;
|
|
|
|
inherit (depot.third_party) gopkgs;
|
|
|
|
in
|
|
|
|
depot.nix.buildGo.package {
|
|
|
|
name = "code.tvl.fyi/fun/clbot/gerrit";
|
|
|
|
srcs = [
|
|
|
|
./watcher.go
|
|
|
|
];
|
|
|
|
deps = [
|
|
|
|
clbot.gerrit.gerritevents
|
2020-06-14 22:47:14 +02:00
|
|
|
clbot.backoffutil
|
2020-06-14 00:43:09 +02:00
|
|
|
gopkgs."github.com".golang.glog.gopkg
|
|
|
|
gopkgs."golang.org".x.crypto.ssh.gopkg
|
|
|
|
];
|
|
|
|
}
|