Add note about justfile in readme

This commit is contained in:
Bryan Bennett 2024-01-08 15:43:53 -05:00
parent fa7b93e3da
commit 04337c8c5f
No known key found for this signature in database
GPG key ID: EE149E4215408DE9

View file

@ -40,6 +40,13 @@ watch_file **/*.nix
use flake_env .
```
## Developing
This repo uses [just](https://just.systems/) to manage simple build jobs.
After activating the development environment in the repo, run `just -l` to list tasks.
Please remember to format code before issuing patches.
## Credits
This takes huge inspiration (and literal code-chunks) from nix-direnv.