{ pkgs, ... }: pkgs.buildGo.program { name = "quinistry"; srcs = [ ./const.go ./image.go ./main.go ./types.go ]; }