~ruther/ruthless-guix

ref: dc4007bbc244dd56fee01a40550476b12cd1fde4 ruthless-guix/env -rwxr-xr-x 168 bytes
dc4007bb — Rutherther chore: add env file for quick access to channel modules 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 "$@"