From c4c4f5ae043562276b11c2bd1174d3e24bedcd6e Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 28 Dec 2023 09:39:37 +0000 Subject: Update .envrc For the new direnv version that uses guix shell. --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3