diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 - |