From f3bb3a1dd7c35811422228ee5b1f587e0e00d825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 16 Feb 2022 18:57:35 +0100 Subject: [PATCH] README: mention projects using nix-eval-jobs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9dcbf9a..cbd5fb4 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,9 @@ the entire jobset. For CIs that allow dynamic build steps to be created, one can also take advantage of the fact that nix-eval-jobs outputs the derivation path separately. This allows separate logs and success status per job instead of a single large log file. + + +## Projects using nix-eval-jobs + +- [colmena](https://github.com/zhaofengli/colmena) - A simple, stateless NixOS deployment tool +- [robotnix](https://github.com/danielfullmer/robotnix) - Build Android (AOSP) using Nix, used in their [CI](https://github.com/danielfullmer/robotnix/blob/38b80700ee4265c306dcfdcce45056e32ab2973f/.github/workflows/instantiate.yml#L18)