remove notes and links to verifying Nix installation

Nix releases aren not signed any more:
https://github.com/NixOS/nix/pull/7411

nixos.org does not have the referenced section any more:
https://github.com/NixOS/nixos-homepage/pull/975
This commit is contained in:
Valentin Gagarin 2023-02-06 10:30:48 +01:00
parent d3a6f4d886
commit c22b9e139f

View File

@ -12,10 +12,6 @@ Install Nix via the recommended [multi-user installation]:
$ curl -L https://nixos.org/nix/install | sh -s -- --daemon
```
:::{note}
For security you may want to [verify the installation script] using GPG signatures.
:::
::::
::::{tab-item} macOS
@ -26,10 +22,6 @@ Install Nix via the recommended [multi-user installation]:
$ curl -L https://nixos.org/nix/install | sh
```
:::{note}
For security you may want to [verify the installation script] using GPG signatures.
:::
::::
::::{tab-item} Windows (WSL2)
@ -46,10 +38,6 @@ However, if you have [systemd support] enabled, install Nix via the recommended
$ curl -L https://nixos.org/nix/install | sh -s -- --daemon
```
:::{note}
For security you may want to [verify the installation script] using GPG signatures.
:::
[systemd support]: https://learn.microsoft.com/en-us/windows/wsl/wsl-config#systemd-support
::::
@ -93,4 +81,3 @@ nix (Nix) 2.11.0
[multi-user installation]: https://nixos.org/manual/nix/stable/installation/multi-user.html
[single-user installation]: https://nixos.org/manual/nix/stable/installation/single-user.html
[verify the installation script]: https://nixos.org/download.html#nix-verify-installation