mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
release: update all references to 20.03 with 20.09
This commit is contained in:
parent
e6c7adaca0
commit
d8a1d446f9
5 changed files with 30 additions and 23 deletions
|
|
@ -52,7 +52,7 @@ for example:
|
|||
|
||||
{
|
||||
environment.packages = [ pkgs.vim ];
|
||||
system.stateVersion = "20.03";
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ An alternative location is `~/.config/nixpkgs/config.nix` with the key
|
|||
|
||||
{
|
||||
environment.packages = [ pkgs.vim ];
|
||||
system.stateVersion = "20.03";
|
||||
system.stateVersion = "20.09";
|
||||
};
|
||||
}
|
||||
```
|
||||
|
|
@ -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/release-20.03.tar.gz home-manager
|
||||
nix-channel --add https://github.com/rycee/home-manager/archive/release-20.09.tar.gz home-manager
|
||||
nix-channel --update
|
||||
```
|
||||
2. Configure `home-manager`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue