From 9a456e0e723ebfa44bcc78762fb240cbe6ad6eca Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Tue, 14 Nov 2023 12:14:58 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad657b4..5bb9aa2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # nix-eval-jobs -This project evaluates nix attributes sets in parallel with streamable json +This project evaluates nix attribute sets in parallel with streamable json output. This is useful for time and memory intensive evaluations such as NixOS machines, i.e. in a CI context. The evaluation is done with a controllable number of threads that are restarted when their memory consumption exceeds a From 0cdb4f4c63e4c13aaf71c9868e89255c8242f9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 14 Nov 2023 09:49:42 +0100 Subject: [PATCH 2/2] renovate: add dependencies label --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 03086d7..da5dfa5 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,7 @@ "schedule:weekly" ] }, + "labels": ["dependencies"], "nix": { "enabled": true }