diff options
author | Christopher Baines <mail@cbaines.net> | 2021-12-11 10:27:24 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2021-12-12 16:35:38 +0000 |
commit | f9ff69e1c79f024ed188ad51642cca443aedfee2 (patch) | |
tree | 609b37ff8d6fc3d557d339a67ba6641522b0a977 /.envrc | |
parent | 7e280ca951e8ffa7c86224843075e65266911617 (diff) | |
download | nar-herder-f9ff69e1c79f024ed188ad51642cca443aedfee2.tar nar-herder-f9ff69e1c79f024ed188ad51642cca443aedfee2.tar.gz |
Get most of the functionality sort of working
At least working enough to start trying this out, and finding the
problems.
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |