~ruther/ruthless-guix

ref: 315db53cf17de715449f705767ab9830ad3df971 ruthless-guix/env -rwxr-xr-x 168 bytes
315db53c — Rutherther feat: add codex-acp 10 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 "$@"