release: update all references to 20.03 with 20.09

This commit is contained in:
Tobias Happ 2020-11-01 21:52:04 +01:00 committed by Alexander Sosedkin
parent e6c7adaca0
commit d8a1d446f9
5 changed files with 30 additions and 23 deletions

View file

@ -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`: