forked from lix-project/nix-eval-jobs
Merge branch 'main' into renovate/lock-file-maintenance
This commit is contained in:
commit
d075183226
|
@ -1,6 +1,6 @@
|
||||||
# nix-eval-jobs
|
# 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
|
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
|
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
|
number of threads that are restarted when their memory consumption exceeds a
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"schedule:weekly"
|
"schedule:weekly"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"labels": ["dependencies"],
|
||||||
"nix": {
|
"nix": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue