#!/usr/bin/env nix-shell #!nix-shell -i bash -p go -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/4d2b37a84fad1091b9de401eb450aae66f1a741e.tar.gz set -euxo pipefail go build cat $SECRET_PATH echo "done" >&2