~ruther/ruthless-guix

ref: 27a74de2721b2a55611dab408dedc3718a50e12e ruthless-guix/env -rwxr-xr-x 123 bytes
27a74de2 — Rutherther feat: add netbird package and service 12 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 "$@"