about summary refs log blame commit diff
path: root/ops/besadii/default.nix
blob: bcf83778b73f59bdaecb7e9b4a67247ce7b6291c (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                
                         
 

                                   
                              
                   
                       
 
# This program is used as a Gerrit hook to trigger builds on
# Buildkite, Sourcegraph reindexing and other maintenance tasks.
{ ciBuilds, depot, ... }:

let
  inherit (builtins) toFile toJSON;
in depot.nix.buildGo.program {
  name = "besadii";
  srcs = [ ./main.go ];
}