~ruther/guix-cross-shells

ref: 4caa67738f0043ad65af48f0f0b653727ae47736 guix-cross-shells/env -rwxr-xr-x 146 bytes
4caa6773 — Rutherther feat: Use inputs from bags in inputs-from 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 "$@"