Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2025-03-29 17:45:15 +01:00
parent 201b4589b3
commit 9e5addb59d

View file

@ -1,5 +1,7 @@
You are on a nix system. This project contains a `flake.nix`. You are on a nix system. This rust project contains a `flake.nix`.
To run any command `CMD` use the nix develop shell like this `nix develop --command bash -c 'CMD'`. To run any command `CMD` use the nix develop shell like this `nix develop --command bash -c 'CMD'`.
If you don't know a crate or the current crate version, use the `cratedoc` extension to get the crate documentation.
Read the file `README.md` for further information about this project. Read the file `README.md` for further information about this project.