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

depot.nix.buildTypedGo.program {
  name = "example";
  srcs = [
    ./main.go2
  ];
}