diff options
author | Ben Sima <ben@bsima.me> | 2021-04-18 15:35:04 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-18 15:35:04 -0400 |
commit | 7ac41f07eeaf327ee15bfb984dc784db411ad532 (patch) | |
tree | 75a5a4bf369ee47463e54c65e4e18a5d90da18b6 /install.sh | |
parent | 835385b8507f8ceeb8fa62d34c05b079f984248c (diff) |
add lithium server and fix NIX_PATH
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,4 +28,5 @@ mkdir -p ~/.config/notmuch # 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 +NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH \ + nix-shell '<home-manager>' -A install |