diff options
author | Ben Sima <ben@bsima.me> | 2018-09-18 09:22:23 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-09-21 08:44:34 -0700 |
commit | 5ea031f19137392621b57a8dd071e8e7b798e0cb (patch) | |
tree | 0c8095181df3b87b97330a63ea9e60fb23c2a4ec | |
parent | 59fffa771e1c5b3b5f9532a2528267e6ed130bcf (diff) |
Switch home-manager release to master
macOS is tracking nixpkgs-unstable.
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # Downloads and installs home-manager, then symlinks this directory where # home-manager expects it. -HM_PATH=https://github.com/rycee/home-manager/archive/release-18.03.tar.gz +HM_PATH=https://github.com/rycee/home-manager/archive/master.tar.gz nix-shell $HM_PATH -A install |