forked from M-Labs/artiq
nixpkgs 18.09 -> 19.03
This commit is contained in:
parent
cdaf554736
commit
b4b9ec50b5
|
@ -24,10 +24,10 @@ Once Nix is installed, add the M-Labs package channels with: ::
|
|||
$ nix-channel --add https://nixbld.m-labs.hk/channel/custom/artiq/main/channel m-labs
|
||||
$ nix-channel --add https://nixbld.m-labs.hk/channel/custom/artiq/sinara-systems/channel sinara
|
||||
|
||||
Those channels track `nixpkgs 18.09 <https://github.com/NixOS/nixpkgs/tree/release-18.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 19.03 <https://github.com/NixOS/nixpkgs/tree/release-19.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-18.09 nixpkgs
|
||||
$ nix-channel --add https://nixos.org/channels/nixos-19.03 nixpkgs
|
||||
|
||||
Finally, make all the channel changes effective: ::
|
||||
|
||||
|
|
Loading…
Reference in New Issue