From e67f2f80907d0f9fb82ed38dd423eacbc653b551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 9 May 2022 09:53:59 +0200 Subject: [PATCH] README: clarify branches --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cbd5fb4..0a55d0a 100644 --- a/README.md +++ b/README.md @@ -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