d34c527372
I'm looking at removing some of these because they can cause unnecessary build steps during CI pipeline generation. Change-Id: I84742968918090c050d2eedab8a1b42692632a42 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2655 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
8 lines
217 B
Nix
8 lines
217 B
Nix
# 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 ];
|
|
}
|