about summary refs log tree commit diff
path: root/nix/buildTypedGo/example/default.nix
blob: 5b6d4171f99c32de7c9aa8a1e8388ab847b8d0cc (plain) (blame)
1
2
3
4
5
6
7
8
{ depot, ... }:

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