~ruther/guix-exprs

guix-exprs/env -rwxr-xr-x 168 bytes
66f3ed48 — Rutherther chore: add custom test for python 3.12 a month ago
                                                                                
1
2
3
4
5
6
7
#!/bin/sh

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

exec "$@"