summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-09-15 21:46:55 -0400
committerBen Sima <ben@bsima.me>2021-09-15 21:46:55 -0400
commita9618ced7bb4228e67b021b3a54760be78584588 (patch)
treef539140a67750bfc0d1c589a1edc4da4a8be411c /install.sh
parentbec0be8b42bca1785922237a4c06674bb5123e0c (diff)
update install, clean some packages
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 4b19d53..6b76d7a 100755
--- a/install.sh
+++ b/install.sh
@@ -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