feat(midnight): limit concurrent builds #25

merged
opened by a.starrysky.fyi targeting main from private/minion/push-ympkyqtupzos

We've overloading midnight with our CI - let's stop ourselves from trying to do more things than midnight supports at once...

Changed files
+10
packetmix
systems
midnight
+10
packetmix/systems/midnight/lix.nix
···
··· 1 + # SPDX-FileCopyrightText: 2025 FreshlyBakedCake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + nix.settings = { 7 + max-jobs = 8; 8 + cores = 1; 9 + }; 10 + }