~ruther/ruthless-guix

ref: a51520285655474daca700fde098b8a353bc2478 ruthless-guix/env -rwxr-xr-x 123 bytes
a5152028 — Rutherther chore: fix channel intro 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 "$@"