albatros/.albatros
Quentin 626e94daaf
Some checks are pending
Albatros build Build builder/dispatch-1678877656-9fc632e0 pending
Albatros build
working build script
2023-03-15 11:58:16 +01:00

7 lines
196 B
Plaintext
Executable file

#!/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
echo "done" >&2