tvl-depot/ops/besadii/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
180 B
Nix
Raw Normal View History

# 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 ];
}