From a9618ced7bb4228e67b021b3a54760be78584588 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 15 Sep 2021 21:46:55 -0400 Subject: update install, clean some packages --- install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'install.sh') 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 '' -A install + nix-shell . -A install + #nix-shell '' -A install -- cgit v1.2.3