~ruther/ruthless-guix

ref: c38c1a6c18e451b0c727f3756433bdfd7fd81426 ruthless-guix/env -rwxr-xr-x 123 bytes
c38c1a6c — Rutherther fix: do not quote name in .guix-channel 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 "$@"