5 lines
191 B
Bash
5 lines
191 B
Bash
use guix -l guix-dev.scm --ad-hoc postgresql
|
|
|
|
export GUILE_LOAD_COMPILED_PATH="$PWD:$GUILE_LOAD_COMPILED_PATH"
|
|
export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"
|
|
export PATH="$PWD/scripts:$PATH"
|