diff --git a/README.md b/README.md index b22c316..afe76d0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Notes: - 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. - If the board is connected to the local machine, use the ``local_run.sh`` script. -- To update ``zynq-rs``, update the cargo files as per usual for Rust projects, but also keep ``flake.nix`` in sync. +- To update ``zynq-rs``, update the cargo files as per usual for Rust projects, but also keep ``flake.lock`` in sync. License ------- diff --git a/flake.lock b/flake.lock index 294938f..a0998d4 100644 --- a/flake.lock +++ b/flake.lock @@ -199,17 +199,17 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1643612643, - "narHash": "sha256-I6xEppSuvN3JxyYslg9U9HMoPMZtAhCpKeLZzUq8r0o=", - "ref": "flake_extra_outputs", - "rev": "fe5d5694f4adac605b71fb513696775c58104d77", + "lastModified": 1643971355, + "narHash": "sha256-kaVxTtgdoEwB+PEorp72MXcaaaAh5U/LDnF3QKjsCco=", + "ref": "master", + "rev": "e5e646f40eae3c04898266310a64c09b8c03dfbc", "revCount": 597, "type": "git", - "url": "file:///home/spaqin/m-labs/zynq-rs" + "url": "https://git.m-labs.hk/m-labs/zynq-rs" }, "original": { "type": "git", - "url": "file:///home/spaqin/m-labs/zynq-rs" + "url": "https://git.m-labs.hk/m-labs/zynq-rs" } } },