aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-05-07 17:32:45 +0100
committerChristopher Baines <mail@cbaines.net>2020-05-07 17:32:45 +0100
commitf0385c0a045f13daaf14ad95d06b3c82ab96e0ef (patch)
tree05a823b2a3d79f4080c3688efac0f872f7a7758f
parent5be54e28d380bbacab4883b0bddc0e5b5fb95ee1 (diff)
downloadbuild-coordinator-f0385c0a045f13daaf14ad95d06b3c82ab96e0ef.tar
build-coordinator-f0385c0a045f13daaf14ad95d06b3c82ab96e0ef.tar.gz
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.
-rw-r--r--.envrc2
1 files changed, 1 insertions, 1 deletions
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"