From f0385c0a045f13daaf14ad95d06b3c82ab96e0ef Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 7 May 2020 17:32:45 +0100 Subject: Disable grafts when using Guix in .envrc On some systems where I'm using this and direnv, but without substitutes, grafts become too expensive to use. --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 7086e2a..4e544a3 100644 --- a/.envrc +++ b/.envrc @@ -2,7 +2,7 @@ export GUILE_LOAD_PATH="" export GUILE_LOAD_COMPILED_PATH="" -use guix -l guix-dev.scm +use guix --no-grafts -l 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