~ruther/guix-exprs

dc4007bbc244dd56fee01a40550476b12cd1fde4 — Rutherther 20 days ago 2db62b6
chore: add env file for quick access to channel modules
1 files changed, 7 insertions(+), 0 deletions(-)

A env
A env => env +7 -0
@@ 0,0 1,7 @@
#!/bin/sh

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

exec "$@"