~ruther/guix-kria

guix-kria/env -rwxr-xr-x 193 bytes
79fd3786 — Rutherther chore: Add script to build the final image 10 days ago
                                                                                
1
2
3
4
5
6
7
#!/usr/bin/env bash

SCRIPT_LOC=$(dirname $(realpath $0))
export GUILE_LOAD_PATH=$SCRIPT_LOC/modules:$GUILE_LOAD_PATH
export GUIX_PACKAGE_PATH=$SCRIPT_LOC/modules:$GUIX_PACKAGE_PATH

exec "$@"
Do not follow this link