2020-09-30 03:42:59 +00:00
|
|
|
# This program is used as a Gerrit hook to trigger builds on
|
|
|
|
# Buildkite, Sourcegraph reindexing and other maintenance tasks.
|
2022-05-19 14:39:52 +00:00
|
|
|
{ depot, ... }:
|
2020-09-30 03:42:59 +00:00
|
|
|
|
2022-05-19 14:39:52 +00:00
|
|
|
depot.nix.buildGo.program {
|
2020-09-30 03:42:59 +00:00
|
|
|
name = "besadii";
|
2022-05-19 14:39:52 +00:00
|
|
|
srcs = [ ./main.go ];
|
2020-09-30 03:42:59 +00:00
|
|
|
}
|