~ruther/ruthless-guix

ref: 706dee06355ddfc8e4256ece86353f01202790a5 ruthless-guix/env -rwxr-xr-x 168 bytes
706dee06 — Rutherther chore: update authorization 2 months ago
                                                                                
1
2
3
4
5
6
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 "$@"