~ruther/ruthless-guix

ref: 17a180a06867d779d8085d0f4d4b1378fd8bd23f ruthless-guix/env -rwxr-xr-x 123 bytes
17a180a0 — Rutherther chore: move channel to ruthless-guix 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 "$@"