~ruther/guix-cross-shells

ref: c82756ae6677a6cd070cb6f19b11f5d80df52776 guix-cross-shells/env -rwxr-xr-x 146 bytes
c82756ae — Rutherther fix: Support no target system 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 "$@"