summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-06 22:19:46 -0400
committerBen Sima <ben@bsima.me>2022-07-06 22:20:46 -0400
commitb9e2534e0859db3f3b4e402235bb23cecbe77863 (patch)
tree2582e94a93b8969cd6e3fc1f871d15db4407c103 /install.sh
parentfe3b16632e15997c79adbbec2a0fb0f4588a0a9d (diff)
update home-manager, emacs
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
-