Initial commit

This commit is contained in:
Graham Christensen 2025-05-14 17:20:48 -04:00
parent 681714470d
commit fbd616d075
15 changed files with 800 additions and 0 deletions

14
tools/README.md Normal file
View file

@ -0,0 +1,14 @@
Regenerate the readme:
```
./tools/update-state.sh <determinate-nixd version, like v3.5.2>
./tools/generate.sh
```
Before committing, lint your code:
```
ruff format
ruff check
shellcheck ./tools/*.sh
```