about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-07-19 10:35:12 +0200
committerProfpatsch <mail@profpatsch.de>2021-07-19 10:37:56 +0200
commit495479bbd80ad946e5762c7c62d73e40c586e3c3 (patch)
tree3b7377d3a8281b13886699f1cf32320a19700d18 /machines/profpatsch
parentcaaea0bec59a4c978f349f1b6b2f7354fe579a0a (diff)
machines/shiki: Use all cores for nix builders
I don’t remember why I set that limit, but it’s kinda silly since nix
uses all cores by default.
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix1
1 files changed, 0 insertions, 1 deletions
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"