2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

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

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"