summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-04-15 17:22:43 -0400
committerBen Sima <ben@bsima.me>2021-04-15 17:22:43 -0400
commit29e54559af990489a233fdb81cc7e41d50429212 (patch)
tree4ce4b32b5d51101b1601a4a6331d53b110a3c41b /install.sh
parent6eb3fd14976e3ecd5677f51d8574d428ea045d87 (diff)
fix install.sh and (almost) add opentimestamps with git wrapper
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 4 insertions, 1 deletions
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 '<home-manager>' -A install