2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/.envrc
Christopher Baines aecd23d599 Add support for a .local.envrc file
As this is useful when setting custom configuration.
2019-09-21 11:28:24 +01:00

10 lines
250 B
Plaintext

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"
if [ -f .local.envrc ]; then
source_env .local.envrc
fi