From f9ff69e1c79f024ed188ad51642cca443aedfee2 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 11 Dec 2021 10:27:24 +0000 Subject: Get most of the functionality sort of working At least working enough to start trying this out, and finding the problems. --- .envrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .envrc (limited to '.envrc') diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..4e544a3 --- /dev/null +++ b/.envrc @@ -0,0 +1,13 @@ +# Unset the Guile paths to avoid mixing Guile major versions +export GUILE_LOAD_PATH="" +export GUILE_LOAD_COMPILED_PATH="" + +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" +export PATH="$PWD/scripts:$PATH" + +if [ -f .local.envrc ]; then + source_env .local.envrc +fi -- cgit v1.2.3