~ruther/guix-cross-shells

ref: 4cb644140e244dea85d3523bcc309e3b1bfaf053 guix-cross-shells/pre-inst-env -rwxr-xr-x 146 bytes
4cb64414 — Rutherther feat: Add cross-package-job and gexp compiler for it 3 months ago
                                                                                
1
2
3
4
5
6
#!/bin/sh

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
export GUILE_LOAD_PATH="$SCRIPT_DIR/modules"

exec "$@"