about summary refs log tree commit diff
path: root/ops/besadii/default.nix
blob: fc7b2286c7eec16715dd46a862edeb1de5d65d17 (plain) (blame)
1
2
3
4
5
6
7
8
# This program is used as a git post-update hook to trigger builds on
# sourcehut.
{ depot, ... }:

depot.buildGo.program {
  name = "besadii";
  srcs = [ ./main.go ];
}