~ruther/ruthless-guix

ref: a2c5c3624bea5f492fb738e75f0ea89906a0b884 ruthless-guix/env -rwxr-xr-x 123 bytes
a2c5c362 — Rutherther chore: add nonguix dependency 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 "$@"