about summary refs log tree commit diff
path: root/ops/besadii/default.nix
blob: d9f29dfc515cf53492c9ca31ca42718f227daa45 (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.nix.buildTypedGo.program {
  name = "besadii";
  srcs = [ ./main.go2 ];
}