blob: 424fa19b2b44af212b00dadb83f0c36f34c6bf5f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# This program is used as a Gerrit hook to trigger builds on
# Buildkite and perform other maintenance tasks.
{ depot, ... }:
depot.nix.buildGo.program {
name = "besadii";
srcs = [ ./main.go ];
}
|