From c22b9e139f7278940d86d9b173e7f774ed94f143 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 6 Feb 2023 10:30:48 +0100 Subject: [PATCH] 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 --- source/tutorials/install-nix.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/source/tutorials/install-nix.md b/source/tutorials/install-nix.md index 2ad8170..ffb46dc 100644 --- a/source/tutorials/install-nix.md +++ b/source/tutorials/install-nix.md @@ -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