···11+# Development
22+33+## Checks
44+55+For CI or other such builds, use:
66+77+```
88+nix flake check
99+```
1010+1111+which will run `cargo check`, `clippy`, and the tests.
1212+1313+For development, there's also:
1414+1515+```
1616+just check
1717+```
1818+1919+available in the dev shell.