~ruther/ruthless-guix

ref: eb45b89a2a15d1be02faa0f8c763661d11027631 ruthless-guix/env -rwxr-xr-x 168 bytes
eb45b89a — Rutherther feat: add claude-code cli and codex 11 days 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 "$@"