doc: Documentation for `nix flake check`

This commit is contained in:
Leni Aniva 2024-04-06 14:15:58 -07:00
parent 92351c9a3d
commit 042dc8f530
1 changed files with 1 additions and 4 deletions

View File

@ -132,8 +132,5 @@ requires the presence of `lean-all`.
To run tests: To run tests:
``` sh ``` sh
nix build .#checks.${system}.test nix flake check
``` ```
For example, `${system}` could be `x86_64-linux`. Using `nix develop` drops the
current session into a development shell with fixed Lean version.