guix-builder/.envrc

11 lines
252 B
Plaintext
Raw Normal View History

2023-07-15 20:37:59 +00:00
use_guix-shell() {
CHANNEL_FILE=channels.scm
if [ -f $CHANNEL_FILE ]; then
eval "$(guix time-machine -C $CHANNEL_FILE -- shell "$@" --search-paths)"
else
eval "$(guix shell "$@" --search-paths)"
fi
}
use guix-shell -m manifest-dev.scm