diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 2e53a0b0b..e76de4580 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/artiq-full -Those channels track `nixpkgs 19.03 `_. 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 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: :: $ nix-channel --remove nixpkgs - $ nix-channel --add https://nixos.org/channels/nixos-19.03 nixpkgs + $ nix-channel --add https://nixos.org/channels/nixos-19.09 nixpkgs Finally, make all the channel changes effective: ::