diff options
author | Ben Sima <ben@bsima.me> | 2021-09-15 21:46:55 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-09-15 21:46:55 -0400 |
commit | a9618ced7bb4228e67b021b3a54760be78584588 (patch) | |
tree | f539140a67750bfc0d1c589a1edc4da4a8be411c /install.sh | |
parent | bec0be8b42bca1785922237a4c06674bb5123e0c (diff) |
update install, clean some packages
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -30,8 +30,7 @@ mkdir -p ~/.config/notmuch # symlinking must occur before initial generation. now we can install, and # pin our own nixpkgs. # -# set channels -nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager nix-channel --update NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH \ - nix-shell '<home-manager>' -A install + nix-shell . -A install + #nix-shell '<home-manager>' -A install |