2020-08-17 21:02:19 +02:00
|
|
|
# This program is used as a Gerrit hook to trigger builds on
|
2024-08-23 13:14:53 +02:00
|
|
|
# Buildkite and perform other maintenance tasks.
|
2021-02-06 18:41:14 +01:00
|
|
|
{ depot, ... }:
|
2020-02-13 23:38:34 +01:00
|
|
|
|
2021-03-25 19:14:48 +01:00
|
|
|
depot.nix.buildGo.program {
|
2020-02-13 23:38:34 +01:00
|
|
|
name = "besadii";
|
2021-01-29 18:14:27 +01:00
|
|
|
srcs = [ ./main.go ];
|
2020-02-13 23:38:34 +01:00
|
|
|
}
|