nanopi: run nix jobs in parallel
1 file changed, 3 insertions(+), 0 deletions(-)
jump to
M user/nanopi.nix → user/nanopi.nix
@@ -14,4 +14,7 @@ username = "alan"; homeDirectory = "/home/alan"; stateVersion = "22.11"; }; + nix.settings = { + max-jobs = 4; + }; }