~ruther/ruthless-guix

ref: 975dc9d88522274c43fb71adbf50fe98966326a6 ruthless-guix/env -rwxr-xr-x 123 bytes
975dc9d8 — Rutherther feat: add my custom bootloaders 3 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 "$@"