aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-12-28 09:39:37 +0000
committerChristopher Baines <mail@cbaines.net>2023-12-28 09:39:37 +0000
commitc4c4f5ae043562276b11c2bd1174d3e24bedcd6e (patch)
tree755a2741dc422885a50fa1caf188f2eafd58f9ed
parent38c378e98aaedc563dded43a6a212d9239a74516 (diff)
downloadbuild-coordinator-c4c4f5ae043562276b11c2bd1174d3e24bedcd6e.tar
build-coordinator-c4c4f5ae043562276b11c2bd1174d3e24bedcd6e.tar.gz
Update .envrc
For the new direnv version that uses guix shell.
-rw-r--r--.envrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index 4e544a3..def7dec 100644
--- a/.envrc
+++ b/.envrc
@@ -2,7 +2,7 @@
export GUILE_LOAD_PATH=""
export GUILE_LOAD_COMPILED_PATH=""
-use guix --no-grafts -l guix-dev.scm
+use guix --no-grafts -D -f guix-dev.scm
export GUILE_LOAD_COMPILED_PATH="$PWD:$PWD/tests:$GUILE_LOAD_COMPILED_PATH"
export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"