~ruther/guix-cross-shells

ref: 31d5a2ec266884db9f790589d41bce6250fee44b guix-cross-shells/env -rwxr-xr-x 146 bytes
31d5a2ec — Rutherther fix: Support plain packages in cross-shell native-inputs 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 "$@"