README: clarify branches

This commit is contained in:
Jörg Thalheim 2022-05-09 09:53:59 +02:00
parent 8a7c154a70
commit e67f2f8090
No known key found for this signature in database

View file

@ -81,6 +81,15 @@ path separately. This allows separate logs and success status per job instead
of a single large log file.
## Organisation of this repository
On the `main` branch we target nixUnstable. When a release of nix happens, we
fork for a release branch i.e. `release-2.8` and change the nix version in
`.nix-version`. Changes and improvements made in `main` also may be backported
to these release branches. At the time of writing we only intent to support the
latest release branch.
## Projects using nix-eval-jobs
- [colmena](https://github.com/zhaofengli/colmena) - A simple, stateless NixOS deployment tool