From 6bb931a17b282470c145bf0e1ceb8a6ec0bce043 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Nov 2019 17:04:46 +0800 Subject: [PATCH] manual: point to beta Nix channel --- doc/manual/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 33cd8498c..3c1f51f68 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -21,7 +21,7 @@ First, install the Nix package manager. Some distributions provide a package for Once Nix is installed, add the M-Labs package channel with: :: - $ nix-channel --add https://nixbld.m-labs.hk/channel/custom/artiq/full/artiq-full + $ nix-channel --add https://nixbld.m-labs.hk/channel/custom/artiq/full-beta/artiq-full Those channels track `nixpkgs 19.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: ::