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 "$@"