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 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 }