From acd7b2d928ba3de93544860408ceb870fcb37e51 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 25 Jun 2019 09:47:22 +0200 Subject: [PATCH] Guix/profile: Don't set deprecated GUIX_PACKAGE_PATH. --- .local/bin/homeinit | 2 +- .profile | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.local/bin/homeinit b/.local/bin/homeinit index 0178fd25..962d11c5 100755 --- a/.local/bin/homeinit +++ b/.local/bin/homeinit @@ -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 diff --git a/.profile b/.profile index fd5dbc2d..1c691b76 100644 --- a/.profile +++ b/.profile @@ -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'.