##// END OF EJS Templates
docs: updated dev setup with latest supported nix version.
marcink -
r4333:99cc102e default
parent child Browse files
Show More
@@ -19,7 +19,7 b' Setup Nix Package Manager'
19 19
20 20 To install the Nix Package Manager, please run::
21 21
22 $ curl https://nixos.org/releases/nix/nix-2.0.4/install | sh
22 $ curl https://releases.nixos.org/nix/nix-2.3.4/install | sh
23 23
24 24 or go to https://nixos.org/nix/ and follow the installation instructions.
25 25 Once this is correctly set up on your system, you should be able to use the
@@ -47,12 +47,12 b' Switch nix to the latest STABLE channel'
47 47
48 48 run::
49 49
50 nix-channel --add https://nixos.org/channels/nixos-18.03 nixpkgs
50 nix-channel --add https://nixos.org/channels/nixos-20.03 nixpkgs
51 51
52 52 Followed by::
53 53
54 54 nix-channel --update
55 nix-env -i nix-2.0.4
55 nix-env -i nix-2.3.4
56 56
57 57
58 58 Install required binaries
General Comments 0
You need to be logged in to leave comments. Login now