From 566f5094d902cde6bd3e0054b74e9db87f0d3cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Sun, 10 Feb 2019 01:07:55 +0800 Subject: [PATCH] nix: more .rst struggles --- nix/README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/nix/README.rst b/nix/README.rst index 91c14c3ef..9cf5902c2 100644 --- a/nix/README.rst +++ b/nix/README.rst @@ -21,11 +21,10 @@ This sets up an environment suitable for using ARTIQ, including the ARTIQ-Python * ``$ nix-channel --add https://nixbld.m-labs.hk/project/artiq/channel/latest m-labs`` * ``$ nix-channel --update`` -* create the file ``~/.config/nix/nix.conf`` with the following content: -``` -substituters = https://cache.nixos.org https://nixbld.m-labs.hk -trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc= -``` +* create the file ``~/.config/nix/nix.conf`` with the following content: :: + substituters = https://cache.nixos.org https://nixbld.m-labs.hk + trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc=\ + * ``$ nix-env -i python3.6-artiq`` ARTIQ development environment with Nix