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 ]; }