From 29e54559af990489a233fdb81cc7e41d50429212 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 15 Apr 2021 17:22:43 -0400 Subject: fix install.sh and (almost) add opentimestamps with git wrapper --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 1e8d2a9..ebb84c5 100755 --- a/install.sh +++ b/install.sh @@ -25,4 +25,7 @@ mkdir -p ~/.config/notmuch # symlinking must occur before initial generation. now we can install, and # pin our own nixpkgs. # -nix-shell ./default.nix -A install +# set channels +nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager +nix-channel --update +nix-shell '' -A install -- cgit v1.2.3