Flake support #164
@ -59,7 +59,7 @@ Notes:
|
|||||||
- When calling make, you need to specify both the variant and firmware type.
|
- 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.
|
- 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.
|
- 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
|
License
|
||||||
-------
|
-------
|
||||||
|
12
flake.lock
generated
12
flake.lock
generated
@ -199,17 +199,17 @@
|
|||||||
"nixpkgs": "nixpkgs_3"
|
"nixpkgs": "nixpkgs_3"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1643612643,
|
"lastModified": 1643971355,
|
||||||
"narHash": "sha256-I6xEppSuvN3JxyYslg9U9HMoPMZtAhCpKeLZzUq8r0o=",
|
"narHash": "sha256-kaVxTtgdoEwB+PEorp72MXcaaaAh5U/LDnF3QKjsCco=",
|
||||||
"ref": "flake_extra_outputs",
|
"ref": "master",
|
||||||
"rev": "fe5d5694f4adac605b71fb513696775c58104d77",
|
"rev": "e5e646f40eae3c04898266310a64c09b8c03dfbc",
|
||||||
"revCount": 597,
|
"revCount": 597,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/spaqin/m-labs/zynq-rs"
|
"url": "https://git.m-labs.hk/m-labs/zynq-rs"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/spaqin/m-labs/zynq-rs"
|
"url": "https://git.m-labs.hk/m-labs/zynq-rs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user
That would be
flake.lock
.