diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-01 12:20:33 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-01 12:20:33 -0300 |
| commit | 56e770e8f6e63392b16f170470214685ff35c9e3 (patch) | |
| tree | f2b04b62b613e06502f2d15a34eaeb7e3db40872 /bash/env.sh | |
| parent | fake-symlinks.sh: Remove ShellCheck disable (diff) | |
| download | dotfiles-56e770e8f6e63392b16f170470214685ff35c9e3.tar.gz dotfiles-56e770e8f6e63392b16f170470214685ff35c9e3.tar.xz | |
env.sh: Use .config/guix/current over .guix-profile
Diffstat (limited to 'bash/env.sh')
| -rw-r--r-- | bash/env.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/env.sh b/bash/env.sh index e4a7b5f9..97a3fb3b 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -11,7 +11,8 @@ export GOPATH="$HOME/dev/go" # https://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi?id=cd6ae1cee95644b9aa712a7192bc9677a04c146b#n1287 export NIX_BUILD_CORES=0 -export GUIX_PROFILE="$HOME/.guix-profile" +# FIXME in Guix +export GUIX_PROFILE="$HOME/.config/guix/current" PATH="$PATH:$HOME/tmp/bin" PATH="$PATH:$HOME/dev/libre/others/dinheiros" |
