build(dev): add pinned Nix and nix-direnv environments

This commit is contained in:
0xrsydn 2026-09-23 18:32:49 +07:00
commit dfa39edfa0
7 changed files with 166 additions and 3 deletions

View file

@ -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