~ruther/guix-kria

ref: eabb73dbbd487c4b7db9974b1c846e25fb7b989c guix-kria/env -rwxr-xr-x 193 bytes
eabb73db — Rutherther chore: Add script that gives user environment to guix build in 8 months ago
                                                                                
1
2
3
4
5
6
7
#!/usr/bin/env bash

SCRIPT_LOC=$(dirname $(realpath $0))
export GUILE_LOAD_PATH=$SCRIPT_LOC/modules:$GUILE_LOAD_PATH
export GUIX_PACKAGE_PATH=$SCRIPT_LOC/modules:$GUIX_PACKAGE_PATH

exec "$@"