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

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