From a2adc9608f54f8ed6d09370d1b13b143be011895 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 16 Feb 2025 12:16:03 +0000 Subject: [PATCH] Remove max-jobs from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e27384af..71bb08be 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: nix build --no-link --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel fonts: - nix build --no-link --max-jobs 1 .#iosevka-custom-aile .#iosevka-custom-etoile .#iosevka-custom-nerdfont + nix build --no-link .#iosevka-custom-aile .#iosevka-custom-etoile .#iosevka-custom-nerdfont server: fonts nixos-rebuild build --flake .#Legion