mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Suggest stable home-manager instead of master
home-manager was usually super-reliable even on its master branch. Now it finally broke stable compatibility in master.
This commit is contained in:
parent
11679d167d
commit
6cac2c4cb9
3 changed files with 4 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ rec {
|
|||
system.stateVersion = "19.09";
|
||||
|
||||
- # After installing home-manager channel like
|
||||
- # nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager
|
||||
- # nix-channel --add https://github.com/rycee/home-manager/archive/release-19.09.tar.gz home-manager
|
||||
- # nix-channel --update
|
||||
- # you can configure home-manager in here like
|
||||
- #home-manager.config =
|
||||
|
|
@ -80,7 +80,7 @@ rec {
|
|||
system.stateVersion = "19.09";
|
||||
|
||||
- # After installing home-manager channel like
|
||||
- # nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager
|
||||
- # nix-channel --add https://github.com/rycee/home-manager/archive/release-19.09.tar.gz home-manager
|
||||
- # nix-channel --update
|
||||
- # you can configure home-manager in here like
|
||||
- #home-manager.config =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue