build(dev): add pinned Nix and nix-direnv environments
This commit is contained in:
parent
69682ccb35
commit
dfa39edfa0
7 changed files with 166 additions and 3 deletions
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
## Checks
|
||||
Use Python 3.10+ from the repository root. Core Python code uses the standard library.
|
||||
Use `direnv allow` with nix-direnv or `nix develop` for the pinned toolchain.
|
||||
`nix flake check -L` runs the offline checks below in an isolated environment.
|
||||
See `docs/DEVELOPMENT.md` for setup and platform limits.
|
||||
|
||||
```sh
|
||||
python3 test_facts.py && python3 test_brain.py && python3 test_run.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue