diff options
author | Ben Sima <ben@bsima.me> | 2021-04-15 17:22:43 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-15 17:22:43 -0400 |
commit | 29e54559af990489a233fdb81cc7e41d50429212 (patch) | |
tree | 4ce4b32b5d51101b1601a4a6331d53b110a3c41b /install.sh | |
parent | 6eb3fd14976e3ecd5677f51d8574d428ea045d87 (diff) |
fix install.sh and (almost) add opentimestamps with git wrapper
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |