From 6ea40809b39810eb814dbbf801f21f5cf5e60fb6 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 24 Jan 2022 11:35:39 +0800 Subject: [PATCH] README: fix nix shell URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412bedd2..3073d7bd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ NAC3 is packaged using the [Nix](https://nixos.org) Flakes system. Install Nix 2 ## Try NAC3 -After setting up Nix as above, use ``nix shell github:m-labs/artiq/nac3`` to get a shell with the NAC3 version of ARTIQ. See the ``examples`` directory in ARTIQ (``nac3`` Git branch) for some samples of NAC3 kernel code. +After setting up Nix as above, use ``nix shell git+https://github.com/m-labs/artiq.git?ref=nac3`` to get a shell with the NAC3 version of ARTIQ. See the ``examples`` directory in ARTIQ (``nac3`` Git branch) for some samples of NAC3 kernel code. ## For developers