aboutsummaryrefslogtreecommitdiff
path: root/cmd/whoisfront/yeetfile.js
blob: 194731531ecbee1e603c7a915f9c3e642c09b307 (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")));