From 47b6f2497711f6848c62625d54ff4c7b9d4e4623 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 5 Apr 2018 13:09:37 +0200 Subject: fix(dotfiles/fish): Fix shell setup for Nix 2.0 --- dotfiles/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/config.fish b/dotfiles/config.fish index 6a491fac5d4e..d52d6f61d6da 100644 --- a/dotfiles/config.fish +++ b/dotfiles/config.fish @@ -29,3 +29,6 @@ alias edit 'emacsclient -n' # Old habits die hard (also ls is just easier to type): alias ls 'exa' + +# Fix up nix-env & friends for Nix 2.0 +export NIX_REMOTE=daemon -- cgit 1.4.1