aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-02-04 16:09:22 +0100
committerChristopher Baines <mail@cbaines.net>2024-02-04 16:09:22 +0100
commit32502a2ff14d2b61f2800b40e21226e23d89a5f6 (patch)
tree5d0e7d8242e38603e458ae7e45df308c40550938
parent5ccd6cbbdf5fc41e43a491d3414c1663e1fba64d (diff)
downloadnar-herder-32502a2ff14d2b61f2800b40e21226e23d89a5f6.tar
nar-herder-32502a2ff14d2b61f2800b40e21226e23d89a5f6.tar.gz
Update .envrc to work with the newer direnv
-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"