aboutsummaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-02-10 09:44:11 +0000
committerChristopher Baines <mail@cbaines.net>2019-02-10 09:44:11 +0000
commitc6949a27109ef74a3dcc131c587393dd86c40e68 (patch)
tree08cb54111c61ea3db461431af840cb96997683f4 /.envrc
parentc88d8335babf437bec3961b24d5aa92c82a59d27 (diff)
downloaddata-service-c6949a27109ef74a3dcc131c587393dd86c40e68.tar
data-service-c6949a27109ef74a3dcc131c587393dd86c40e68.tar.gz
Add some environment variables to the .envrc file
Diffstat (limited to '.envrc')
-rw-r--r--.envrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index c928945..b3c4959 100644
--- a/.envrc
+++ b/.envrc
@@ -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"