aboutsummaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-11-05 13:45:14 +0000
committerChristopher Baines <mail@cbaines.net>2023-11-05 13:46:20 +0000
commit2135bc5e4952b8419b53c1bfaaad96198676a820 (patch)
tree7f60229c299a4ec853b98fc172c21c42814db17b /.envrc
parent03327c0cc325ea432fac5fb55a19a0aa9ae4e93b (diff)
downloaddata-service-2135bc5e4952b8419b53c1bfaaad96198676a820.tar
data-service-2135bc5e4952b8419b53c1bfaaad96198676a820.tar.gz
Update guix-dev.scm and .envrc
Diffstat (limited to '.envrc')
-rw-r--r--.envrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index 7b32f77..bb6e75f 100644
--- a/.envrc
+++ b/.envrc
@@ -2,7 +2,7 @@
export GUILE_LOAD_PATH=""
export GUILE_LOAD_COMPILED_PATH=""
-use guix -l guix-dev.scm --ad-hoc postgresql
+use guix -D -f guix-dev.scm postgresql
export GUILE_LOAD_COMPILED_PATH="$PWD:$PWD/tests:$GUILE_LOAD_COMPILED_PATH"
export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"