~ruther/ruthless-guix

ref: f1e26531e6278394912f4cf6a322b0cbf7cb0a4f ruthless-guix/env -rwxr-xr-x 123 bytes
f1e26531 — Rutherther fix: channel introduction for real 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 "$@"