about summary refs log tree commit diff
path: root/tools/when/default.nix
{ depot, ... }:

depot.nix.buildGo.program {
  name = "when";
  srcs = [ ./when.go ];
}