From 522c2f5995495abb5dcf2315a479f324c5ff4f30 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 2 Jun 2021 08:18:28 +0800 Subject: [PATCH] doc: nixpkgs 21.05 --- doc/manual/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index c210cd80e..41b1ebc82 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -23,10 +23,10 @@ Once Nix is installed, add the M-Labs package channel with: :: $ nix-channel --add https://nixbld.m-labs.hk/channel/custom/artiq/full-beta/artiq-full -Those channels track `nixpkgs 20.09 `_. You can check the latest status through the `Hydra interface `_. As the Nix package manager default installation uses the development version of nixpkgs, we need to tell it to switch to the release: :: +Those channels track `nixpkgs 21.05 `_. You can check the latest status through the `Hydra interface `_. As the Nix package manager default installation uses the development version of nixpkgs, we need to tell it to switch to the release: :: $ nix-channel --remove nixpkgs - $ nix-channel --add https://nixos.org/channels/nixos-20.09 nixpkgs + $ nix-channel --add https://nixos.org/channels/nixos-21.05 nixpkgs Finally, make all the channel changes effective: ::