The default overrides in nilla slow things down when evaluating parts of a configuration - even parts that don't need them! Although it's a shame I think that disabling them is the correct course of action for now...
···2121 ];
22222323 config = {
2424+ assertions = lib.modules.overrides.force []; # The default assertions currently force us to fetch every input to evaluate, and end up causing more trouble than they are worth. Let's skip them...
2525+2426 packages.allNixOSSystems = {
2527 systems = [ "x86_64-linux" ];
2628