Commit graph

4 commits

Author SHA1 Message Date
52d734d95f Provide some debug output. 2026-02-22 13:29:31 +01:00
39147d45f4 Break out serial interface to be used in other stages.
Signed-off-by: Henner Zeller <h.zeller@acm.org>
2026-02-22 13:04:57 +01:00
38c483b92a More explicitly name all the dependencies in shell.nix
Add all the relevant tools to compile (only `cargo` needed, `rustc`
is bundled with it in the right version) and develop (`clippy` and
`rustfmt` can then directly be called from cargo; `rust-analyzer`
provides a useful language server for editor).

Made it possible to override nixpkgs by providing an overridable
`pkgs`.

Not sure if the `LD_LIBRARY_PATH` is needed; left it like this for
now.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
2026-02-22 08:29:10 +01:00
bdc3a8e3ae init from q3k's code dump 2026-02-21 23:04:37 +01:00