Skip to content

Commit 3239d86

Browse files
authored
Merge: docs: remove old NixOS version references (#356684)
2 parents 87e1d49 + 7076d32 commit 3239d86

File tree

8 files changed

+8
-10
lines changed

8 files changed

+8
-10
lines changed

doc/languages-frameworks/dotnet.section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ dotnet --info
4242
Version: 7.0.202
4343
Commit: 6c74320bc3
4444

45-
Środowisko uruchomieniowe:
45+
Runtime Environment:
4646
OS Name: nixos
4747
OS Version: 23.05
4848
OS Platform: Linux

doc/languages-frameworks/texlive.section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TeX Live {#sec-language-texlive}
22

3-
Since release 15.09 there is a new TeX Live packaging that lives entirely under attribute `texlive`.
3+
There is a TeX Live packaging that lives entirely under attribute `texlive`.
44

55
## User's guide (experimental new interface) {#sec-language-texlive-user-guide-experimental}
66

doc/packages/nginx.section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ HTTP has a couple of different mechanisms for caching to prevent clients from ha
88

99
Fortunately, HTTP supports an alternative (and more effective) caching mechanism: the [`ETag`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) response header. The value of the `ETag` header specifies some identifier for the particular content that the server is sending (e.g., a hash). When a client makes a second request for the same resource, it sends that value back in an `If-None-Match` header. If the ETag value is unchanged, then the server does not need to resend the content.
1010

11-
As of NixOS 19.09, the nginx package in Nixpkgs is patched such that when nginx serves a file out of `/nix/store`, the hash in the store path is used as the `ETag` header in the HTTP response, thus providing proper caching functionality. With NixOS 24.05 and later, the `ETag` additionally includes the response content length, to ensure files served with static compression do not share `ETag`s with their uncompressed version. This `ETag` functionality is enabled automatically; you do not need to do modify any configuration to get this behavior.
11+
The nginx package in Nixpkgs is patched such that when nginx serves a file out of `/nix/store`, the hash in the store path is used as the `ETag` header in the HTTP response, thus providing proper caching functionality. With NixOS 24.05 and later, the `ETag` additionally includes the response content length, to ensure files served with static compression do not share `ETag`s with their uncompressed version. This `ETag` functionality is enabled automatically; you do not need to do modify any configuration to get this behavior.

doc/packages/steam.section.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Use `programs.steam.enable = true;` if you want to add steam to `systemPackages`
3131

3232
- **Using the FOSS Radeon or nouveau (nvidia) drivers**
3333

34-
- The `newStdcpp` parameter was removed since NixOS 17.09 and should not be needed anymore.
3534
- Steam ships statically linked with a version of `libcrypto` that conflicts with the one dynamically loaded by radeonsi_dri.so. If you get the error:
3635

3736
```

nixos/doc/manual/configuration/kubernetes.chapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and [](#opt-services.kubernetes.easyCerts)
5252
to true. This sets up flannel as CNI and activates automatic PKI bootstrapping.
5353

5454
::: {.note}
55-
As of NixOS 19.03, it is mandatory to configure:
55+
It is mandatory to configure:
5656
[](#opt-services.kubernetes.masterAddress).
5757
The masterAddress must be resolveable and routeable by all cluster nodes.
5858
In single node clusters, this can be set to `localhost`.

nixos/doc/manual/installation/installing-from-other-distro.section.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ The first steps to all these are the same:
206206
line)
207207

208208
::: {.note}
209-
Support for `NIXOS_LUSTRATE` was added in NixOS 16.09. The act of
210-
"lustrating" refers to the wiping of the existing distribution.
209+
The act of "lustrating" refers to the wiping of the existing distribution.
211210
Creating `/etc/NIXOS_LUSTRATE` can also be used on NixOS to remove
212211
all mutable files from your root partition (anything that's not in
213212
`/nix` or `/boot` gets "lustrated" on the next boot.

nixos/modules/programs/yabar.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ in
6464
description = ''
6565
The package which contains the `yabar` binary.
6666
67-
Nixpkgs provides the `yabar` and `yabar-unstable`
68-
derivations since 18.03, so it's possible to choose.
67+
Nixpkgs provides the `yabar` and `yabar-unstable`,
68+
so it's possible to choose.
6969
'';
7070
};
7171

nixos/modules/services/x11/desktop-managers/pantheon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ this could be most useful for testing a particular plug-in in isolation.
7474
: This is a known [issue](https://github.com/NixOS/nixpkgs/issues/64611) and there is no known workaround.
7575

7676
[Does AppCenter work, or is it available?]{#sec-pantheon-faq-appcenter}
77-
: AppCenter has been available since 20.03. Starting from 21.11, the Flatpak backend should work so you can install some Flatpak applications using it. However, due to missing appstream metadata, the Packagekit backend does not function currently. See this [issue](https://github.com/NixOS/nixpkgs/issues/15932).
77+
: AppCenter is available and the Flatpak backend should work so you can install some Flatpak applications using it. However, due to missing appstream metadata, the Packagekit backend does not function currently. See this [issue](https://github.com/NixOS/nixpkgs/issues/15932).
7878

7979
If you are using Pantheon, AppCenter should be installed by default if you have [Flatpak support](#module-services-flatpak) enabled. If you also wish to add the `appcenter` Flatpak remote:
8080

0 commit comments

Comments
 (0)