all repos — nixfiles @ 895eb27287c43e276efab48651a4d7e64809fe0d

System and user configuration, managed by nix and home-manager

nanopi: run nix jobs in parallel

Alan Pearce
commit

895eb27287c43e276efab48651a4d7e64809fe0d

parent

c7467f4d65c24816d7ab4fe200a124718c312667

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M user/nanopi.nixuser/nanopi.nix
@@ -14,4 +14,7 @@ username = "alan";
homeDirectory = "/home/alan"; stateVersion = "22.11"; }; + nix.settings = { + max-jobs = 4; + }; }