1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Merge pull request #438 from fricklerhandwerk/remove-verify-installation

remove notes and links to verifying Nix installation
This commit is contained in:
Domen Kožar 2023-02-06 13:49:54 +01:00 committed by GitHub
commit 506af66846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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