about summary refs log tree commit diff
path: root/ops/besadii/default.nix
blob: 1199c56cfb94ccea36af41d6b4004706a5228d39 (plain) (blame)
1
2
3
4
5
6
7
8
# 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 ];
}