From 5ea031f19137392621b57a8dd071e8e7b798e0cb Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 18 Sep 2018 09:22:23 -0700 Subject: Switch home-manager release to master macOS is tracking nixpkgs-unstable. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 282a1d8..cd0f747 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3