From 6cf1c766fa1c5922072f1c716f9ef269ab83191f Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Thu, 7 May 2020 15:51:09 +0200 Subject: [PATCH] docs: updated dev setup with latest supported nix version. --- docs/contributing/dev-setup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing/dev-setup.rst b/docs/contributing/dev-setup.rst index b686618c..a2923473 100644 --- a/docs/contributing/dev-setup.rst +++ b/docs/contributing/dev-setup.rst @@ -19,7 +19,7 @@ Setup Nix Package Manager To install the Nix Package Manager, please run:: - $ curl https://nixos.org/releases/nix/nix-2.0.4/install | sh + $ curl https://releases.nixos.org/nix/nix-2.3.4/install | sh or go to https://nixos.org/nix/ and follow the installation instructions. Once this is correctly set up on your system, you should be able to use the @@ -47,12 +47,12 @@ Switch nix to the latest STABLE channel run:: - nix-channel --add https://nixos.org/channels/nixos-18.03 nixpkgs + nix-channel --add https://nixos.org/channels/nixos-20.03 nixpkgs Followed by:: nix-channel --update - nix-env -i nix-2.0.4 + nix-env -i nix-2.3.4 Install required binaries