Use a special version of home-manager

This commit is contained in:
Alexander Sosedkin 2019-03-18 10:21:25 +07:00
parent 3eb5b0b8f8
commit 81c03ab640

5
script
View file

@ -188,10 +188,11 @@ fi
echo "Installing home-manager and other good stuff..."
echo "Subscribing to the stable (nixos-18.09) channel of home-manager and nixpkgs..."
echo "Subscribing to the stable (nixos-18.09) channel of nixpkgs..."
echo "If you want unstable instead, you probably also know what to do."
$TGT_NIX/bin/nix-channel --add https://nixos.org/channels/nixos-18.09 nixpkgs
$TGT_NIX/bin/nix-channel --add https://github.com/rycee/home-manager/archive/release-18.09.tar.gz home-manager
echo "Subscribing to a special of home-manager..."
$TGT_NIX/bin/nix-channel --add https://github.com/rycee/home-manager/archive/avoid-stdenv-mkderivation.tar.gz home-manager
echo "Updating channels..."
$TGT_NIX/bin/nix-channel --update
echo "Whew."