~ruther/guix-cross-shells

ref: bfeccc6ba4f9f3460ac9f58235e25ebde80e60e1 guix-cross-shells/pre-inst-env -rwxr-xr-x 146 bytes
bfeccc6b — Rutherther feat: Add cross profile package support 2 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 "$@"