From 87af3acf1cce394223517a0db3c893802a6e48b0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 18 May 2018 16:18:42 -0700 Subject: Source nix.sh if its available This is necessary for non-NixOS. --- home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index cc33f72..2a19d7b 100644 --- a/home.nix +++ b/home.nix @@ -113,6 +113,7 @@ do PATH=$DIR:$PATH fi done +[[ -f ~/.nix-profile/etc/profile.d/nix.sh ]] && . ~/.nix-profile/etc/profile.d/nix.sh ''; }; -- cgit v1.2.3