summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/install.sh b/install.sh
index a109c36..54b3c6c 100755
--- a/install.sh
+++ b/install.sh
@@ -25,15 +25,14 @@ else
# NOTMUCH_CONFIG (emacs), then it won't find the right config file, so I
# override with a symlink.
#
- mkdir -p ~/.config/notmuch
- [[ -e ~/.notmuch-config ]] || ln -s ~/.config/notmuch/notmuchrc ~/.notmuch-config
+ #mkdir -p ~/.config/notmuch
+ #[[ -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.
#
#nix-channel --update
NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH \
- nix-shell . -A install
- #nix-shell '<home-manager>' -A install
+ nix-shell '<home-manager>' -A install
+ #nix-shell . -A install
fi
-