~ruther/ruthless-guix

ref: f3d1798020e11ed250df1f8e3fd623080706f015 ruthless-guix/env -rwxr-xr-x 123 bytes
f3d17980 — Rutherther fix: search-patches is a macro, work with that. 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 "$@"