~ruther/ruthless-guix

ref: 48d5aa987b04e557228301145b7749f1316b4765 ruthless-guix/env -rwxr-xr-x 123 bytes
48d5aa98 — Rutherther chore: bump claude code 3 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 "$@"