From dfe344b2b96cb7a9ba53398f0f6daff47df72a0c Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 18 Mar 2021 19:56:03 +0530 Subject: [PATCH] fish: Set guix current profile as well See this stack exchange post for details https://unix.stackexchange.com/questions/561093/what-is-the-difference-between-guix-profile-and-config-guix-current Without doing this 'guix describe' also gives an error. See https://lists.gnu.org/archive/html/bug-guix/2019-05/msg00692.html --- fish/.config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 19a826d..b2d7600 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,4 +1,4 @@ -set PATH {$HOME}/.guix-profile/bin {$HOME}/.nix-profile/bin {$HOME}/.cargo/bin {$HOME}/.cabal/bin $PATH +set PATH {$HOME}/.config/guix/current/bin {$HOME}/.guix-profile/bin {$HOME}/.nix-profile/bin {$HOME}/.cargo/bin {$HOME}/.cabal/bin $PATH set -gx PKG_CONFIG_PATH {$HOME}/.guix-profile/lib/pkgconfig $PKG_CONFIG_PATH set -gx TERM xterm-kitty set -gx NIX_PATH {$HOME}/.nix-defexpr/channels