diff --git a/README.md b/README.md index 33c19c3..b22c316 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ not implemented as it seems not very useful. Development instructions ------------------------ -ARTIQ Zynq is packaged using the [Nix](https://nixos.org) Flakes system. Install Nix 2.4+ and enable flakes by adding ``experimental-features = nix-command flakes`` to ``nix.conf`` (e.g. ``~/.config/nix/nix.conf``). +ARTIQ on Zynq is packaged using the [Nix](https://nixos.org) Flakes system. Install Nix 2.4+ and enable flakes by adding ``experimental-features = nix-command flakes`` to ``nix.conf`` (e.g. ``~/.config/nix/nix.conf``). Pure build with Nix and execution on a remote JTAG server: @@ -55,7 +55,6 @@ cd .. Notes: -- This is developed with Nixpkgs 21.11, and the ``nixbld.m-labs.hk`` binary substituter can also be used here (see the ARTIQ manual for the public key and instructions). - The impure build process is also compatible with non-Nix systems. - When calling make, you need to specify both the variant and firmware type. - Firmware type must be either ``runtime`` for DRTIO-less or DRTIO master variants, or ``satman`` for DRTIO satellite. diff --git a/flake.nix b/flake.nix index 77eead8..b01b2d2 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-21.11; inputs.mozilla-overlay = { url = github:mozilla/nixpkgs-mozilla; flake = false; }; - inputs.zynq-rs.url = git+file:///home/spaqin/m-labs/zynq-rs; + inputs.zynq-rs.url = git+https://git.m-labs.hk/m-labs/zynq-rs; inputs.artiq.url = git+https://github.com/m-labs/artiq.git; outputs = { self, nixpkgs, mozilla-overlay, zynq-rs, artiq }: