diff options
author | Christopher Baines <mail@cbaines.net> | 2024-02-04 16:09:22 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-02-04 16:09:22 +0100 |
commit | 32502a2ff14d2b61f2800b40e21226e23d89a5f6 (patch) | |
tree | 5d0e7d8242e38603e458ae7e45df308c40550938 | |
parent | 5ccd6cbbdf5fc41e43a491d3414c1663e1fba64d (diff) | |
download | nar-herder-32502a2ff14d2b61f2800b40e21226e23d89a5f6.tar nar-herder-32502a2ff14d2b61f2800b40e21226e23d89a5f6.tar.gz |
Update .envrc to work with the newer direnv
-rw-r--r-- | .envrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |