~ruther/guix-kria

eabb73dbbd487c4b7db9974b1c846e25fb7b989c — Rutherther 10 days ago 363ce5b
chore: Add script that gives user environment to guix build in
1 files changed, 7 insertions(+), 0 deletions(-)

A env
A env => env +7 -0
@@ 0,0 1,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 "$@"

Do not follow this link