chore: Version 0.3 #136

Open
aniva wants to merge 487 commits from dev into main
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 042dc8f530 - Show all commits

View File

@ -132,8 +132,5 @@ requires the presence of `lean-all`.
To run tests:
``` 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.