aboutsummaryrefslogtreecommitdiff
path: root/cmd/whoisfront/yeetfile.js
blob: ef4750a0a3b8fa971743c554c6210108f7d73790 (plain)
1
2
3
4
5
6
yeet.setenv("GOOS", "linux");
yeet.setenv("GOARCH", "amd64");

go.build();
slug.build("whoisfront");
log.info(nix.hashURL(slug.push("whoisfront")));