From 38a6aae875f8eeb28e7774adcf319fd52178b900 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 6 Jul 2020 19:51:46 -0700 Subject: fixes for mac build --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 1e8d2a9..e6108b3 100755 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ NIXFILE="$(pwd)/$1" # override with a symlink. # mkdir -p ~/.config/notmuch -[[ -e ~/.notmuch-config ]] || ln -s ~/.config/notmuch/notmuchrc ~/.notmuch-config +[[ ! -e ~/.notmuch-config ]] || ln -s ~/.config/notmuch/notmuchrc ~/.notmuch-config # # symlinking must occur before initial generation. now we can install, and # pin our own nixpkgs. -- cgit v1.2.3