diff options
Diffstat (limited to 'bash/env.sh')
-rw-r--r-- | bash/env.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh index 238e770..49747c8 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -69,6 +69,8 @@ isLinux && { export PATH="$HOME/.guix-profile/bin${PATH:+:}$PATH" export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH" export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" # after running guix package -i glibc-utf8-locales +# https://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi?id=cd6ae1cee95644b9aa712a7192bc9677a04c146b#n1287 +export NIX_BUILD_CORES=0 # |