nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 11 lines 161 B view raw
1#! @shell@ 2set -eu -o pipefail +o posix 3shopt -s nullglob 4 5if (( "${NIX_DEBUG:-0}" >= 7 )); then 6 set -x 7fi 8 9export GCCGO="@out@/bin/gccgo" 10 11exec @prog@ "$@"