Merge branch 'main' into renovate/lock-file-maintenance

This commit is contained in:
mergify[bot]
2023-11-14 08:50:32 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -9,6 +9,7 @@
"schedule:weekly"
]
},
"labels": ["dependencies"],
"nix": {
"enabled": true
}