From b196a08ee3aa1d0f258b12d0c0f28037816d00fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 9 Oct 2021 12:26:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbaf702..79daacd 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ USAGE: nix-eval-jobs [options] expr ## Potential use-cases for the tool **Faster evaluator in deployment tools.** When evaluating nixos machines evaluation can take several minutes when performed on a single core. -This limits the usuability of current deployment tools such as [NixOps](https://github.com/NixOS/nixops). +This limits the scalability for large deployment with deployment tools such as [NixOps](https://github.com/NixOS/nixops). **Faster evaluator in CI.** In addition to evaluation speed for CIs it is also useful if evaluation of individual jobs can fail in CIs in contrast to failing the whole jobset. Furthermore for CIs that allow to create dynamic build steps, one can leverage the fact that nix-eval-jobs outputs derivation path seperatly. This allows to have seperate logs and success status per job rather than one big log file.