~ruther/ruthless-guix

ref: f23125a4552c3662d2b49657cd1f910c81d246c7 ruthless-guix/env -rwxr-xr-x 123 bytes
f23125a4 — Rutherther fix: ruhless utils module name 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 "$@"