~ruther/ruthless-guix

ref: 650a5d0caa76697571f4f2783829dcdaa949b12b ruthless-guix/env -rwxr-xr-x 123 bytes
650a5d0c — Rutherther fix: module moves to ruthless subfolder 8 days ago
                                                                                
1
2
3
4
5
6
#!/bin/sh

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

exec "$@"