summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-01-10 03:50:30 +0100
committerGitHub <noreply@github.com>2023-01-10 03:50:30 +0100
commit0a94eb26e400ddbb6bee3c5048d9209c108dfb8e (patch)
treeb786504f68482c1a89c6fd47fe249e67002fa70e /doc
parent69fb696ec5e6de31a5ad2e08d81405d9193deed1 (diff)
parent2d4103ae77f254ad471b071a8b6f53a6bcd87726 (diff)
Merge pull request #209493 from henrik-ch/overview_version
updating stable nixos version in preface.
Diffstat (limited to 'doc')
-rw-r--r--doc/preface.chapter.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/preface.chapter.md b/doc/preface.chapter.md
index 16f228272b3de..7aae7fa90591e 100644
--- a/doc/preface.chapter.md
+++ b/doc/preface.chapter.md
@@ -24,8 +24,8 @@ Packages, including the Nix packages collection, are distributed through
 [channels](https://nixos.org/nix/manual/#sec-channels). The collection is
 distributed for users of Nix on non-NixOS distributions through the channel
 `nixpkgs`. Users of NixOS generally use one of the `nixos-*` channels, e.g.
-`nixos-19.09`, which includes all packages and modules for the stable NixOS
-19.09. Stable NixOS releases are generally only given
+`nixos-22.11`, which includes all packages and modules for the stable NixOS
+22.11. Stable NixOS releases are generally only given
 security updates. More up to date packages and modules are available via the
 `nixos-unstable` channel.
 
@@ -43,4 +43,4 @@ The binaries are made available via a [binary cache](https://cache.nixos.org).
 
 The current Nix expressions of the channels are available in the
 [`nixpkgs`](https://github.com/NixOS/nixpkgs) repository in branches
-that correspond to the channel names (e.g. `nixos-19.09-small`).
+that correspond to the channel names (e.g. `nixos-22.11-small`).