diff options
-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 |