Revert "doc: nixpkgs 20.09"

This reverts commit 5c87ccea34.
pull/1598/head
Sebastien Bourdeauducq 2021-01-28 12:21:00 +08:00
parent cd3e956725
commit e922f65e21
1 changed files with 2 additions and 2 deletions

View File

@ -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/artiq-full
Those channels track `nixpkgs 20.09 <https://github.com/NixOS/nixpkgs/tree/release-20.09>`_. You can check the latest status through the `Hydra interface <https://nixbld.m-labs.hk>`_. 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 20.03 <https://github.com/NixOS/nixpkgs/tree/release-20.03>`_. You can check the latest status through the `Hydra interface <https://nixbld.m-labs.hk>`_. 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-20.03 nixpkgs
Finally, make all the channel changes effective: ::