Add some environment variables to the .envrc file

This commit is contained in:
Christopher Baines 2019-02-10 09:44:11 +00:00
parent c88d8335ba
commit c6949a2710
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 4 additions and 0 deletions

4
.envrc
View File

@ -1 +1,5 @@
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"