mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-12 20:11:09 +01:00
Use a special version of home-manager
This commit is contained in:
parent
3eb5b0b8f8
commit
81c03ab640
1 changed files with 3 additions and 2 deletions
5
script
5
script
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue