about summary refs log tree commit diff
path: root/fun/quinistry/default.nix
blob: b12c5e6f0c29ccf389d3644fcd26ca9bcaf3e054 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ depot, ... }:

depot.nix.buildGo.program {
  name = "quinistry";
  srcs = [
    ./const.go
    ./image.go
    ./main.go
    ./types.go
  ];
}