mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46: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
|
|
@ -80,7 +80,7 @@ To enable `home-manager` you simply need to follow the instructions already prov
|
|||
|
||||
1. Add `home-manager` channel:
|
||||
```
|
||||
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
|
||||
```
|
||||
2. Configure `home-manager`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue