about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorHenrik Karlsson <i97henka@DESKTOP-FJTBKI2>2023-01-05 22:24:19 +0000
committerHenrik Karlsson <i97henka@DESKTOP-FJTBKI2>2023-01-05 22:24:19 +0000
commit2d4103ae77f254ad471b071a8b6f53a6bcd87726 (patch)
tree2eb32e862ce014c44393fc23bb29dd035b1d6a00 /doc
parent30a6a3cded93b42ba2c6efcb3f65140e5d46052b (diff)
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`).