Guix/profile: Don't set deprecated GUIX_PACKAGE_PATH.

master
Pierre Neidhardt 2019-06-25 09:47:22 +02:00
parent ca08f44972
commit acd7b2d928
2 changed files with 5 additions and 4 deletions

View File

@ -236,7 +236,7 @@ if inpath guix; then
## TODO: The manifest will uninstall other unspecified packages. Is this
## really what we want?
export GUIX_PACKAGE_PATH=$HOME/.guix-packages
# export GUIX_PACKAGE_PATH=$HOME/.guix-packages
~/.config/guix/current/bin/guix package --manifest=$HOME/.package-lists/guix-manifest.scm --keep-failed
. ~/.guix-profile/etc/profile

View File

@ -152,9 +152,10 @@ if command -v asp >/dev/null 2>&1; then
fi
## Guix
if command -v guix >/dev/null 2>&1; then
export GUIX_PACKAGE_PATH="$HOME/.guix-packages"
fi
## WARNING: GUIX_PACKAGE_PATH is deprecated in favor of channels.
# if command -v guix >/dev/null 2>&1; then
# export GUIX_PACKAGE_PATH="$HOME/.guix-packages"
# fi
## Default text editor
## 'em' is a custom wrapper for emacsclient. See '.bin/em'.