From a3ca6863059ade4d60f565fce63fe6f4bd2b957e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 19 Jul 2022 17:36:15 +0800 Subject: [PATCH] doc: update channels to legacy --- 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 f6b2dc2c1..5d05dd09c 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-legacy/artiq-full 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: :: @@ -118,7 +118,7 @@ Controllers for third-party devices (e.g. Thorlabs TCube, Lab Brick Digital Atte Set up the Conda channel and install ARTIQ into a new Conda environment: :: - $ conda config --prepend channels https://conda.m-labs.hk/artiq + $ conda config --prepend channels https://conda.m-labs.hk/artiq-legacy $ conda config --append channels conda-forge $ conda create -n artiq artiq