blob: 1199c56cfb94ccea36af41d6b4004706a5228d39 (
plain) (
tree)
|
|
# This program is used as a Gerrit hook to trigger builds on
# Buildkite, Sourcegraph reindexing and other maintenance tasks.
{ depot, ... }:
depot.nix.buildGo.program {
name = "besadii";
srcs = [ ./main.go ];
}
|