a12e9478e7
Without this, if (failed or aborted) derivations have been garbage-collected, there is no way to restart them, which is very annoying. Now we set a forceEval flag in the jobset to cause it to be re-evaluated even if none of the inputs have changed.
2 lines
50 B
SQL
2 lines
50 B
SQL
alter table Jobsets add column forceEval boolean;
|