forked from M-Labs/artiq
doc: fix nix URLs
This commit is contained in:
parent
3c4c2dcf65
commit
8e51d6520c
@ -15,7 +15,7 @@ Once Nix is installed, enable Flakes: ::
|
|||||||
$ mkdir -p ~/.config/nix
|
$ mkdir -p ~/.config/nix
|
||||||
$ echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
|
$ echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
|
||||||
|
|
||||||
The easiest way to obtain ARTIQ is then to install it into the user environment with ``$ nix profile install git+https://github.com/m-labs/artiq.git``. Answer "Yes" to the questions about setting Nix configuration options. This provides a minimal installation of ARTIQ where the usual commands (``artiq_master``, ``artiq_dashboard``, ``artiq_run``, etc.) are available.
|
The easiest way to obtain ARTIQ is then to install it into the user environment with ``$ nix profile install git+https://github.com/m-labs/artiq.git?ref=release-8``. Answer "Yes" to the questions about setting Nix configuration options. This provides a minimal installation of ARTIQ where the usual commands (``artiq_master``, ``artiq_dashboard``, ``artiq_run``, etc.) are available.
|
||||||
|
|
||||||
This installation is however quite limited, as Nix creates a dedicated Python environment for the ARTIQ commands alone. This means that other useful Python packages that you may want (pandas, matplotlib, ...) are not available to them.
|
This installation is however quite limited, as Nix creates a dedicated Python environment for the ARTIQ commands alone. This means that other useful Python packages that you may want (pandas, matplotlib, ...) are not available to them.
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Installing multiple packages and making them visible to the ARTIQ commands requi
|
|||||||
::
|
::
|
||||||
|
|
||||||
{
|
{
|
||||||
inputs.extrapkg.url = "git+https://git.m-labs.hk/M-Labs/artiq-extrapkg.git";
|
inputs.extrapkg.url = "git+https://git.m-labs.hk/M-Labs/artiq-extrapkg.git?ref=release-8";
|
||||||
outputs = { self, extrapkg }:
|
outputs = { self, extrapkg }:
|
||||||
let
|
let
|
||||||
pkgs = extrapkg.pkgs;
|
pkgs = extrapkg.pkgs;
|
||||||
|
Loading…
Reference in New Issue
Block a user