From 495479bbd80ad946e5762c7c62d73e40c586e3c3 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 19 Jul 2021 10:35:12 +0200 Subject: machines/shiki: Use all cores for nix builders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don’t remember why I set that limit, but it’s kinda silly since nix uses all cores by default. --- machines/profpatsch/shiki.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'machines/profpatsch/shiki.nix') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 7536a462..9efcbb41 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -80,7 +80,6 @@ in { ###### # Nix - nix.maxJobs = 2; vuizvui.modifyNixPath = false; nix.nixPath = [ "vuizvui=${myLib.philip.home}/vuizvui" -- cgit 1.4.1