Remove max-jobs from Makefile
This commit is contained in:
parent
64fd78c6f2
commit
a2adc9608f
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ build:
|
||||||
nix build --no-link --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel
|
nix build --no-link --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel
|
||||||
|
|
||||||
fonts:
|
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
|
server: fonts
|
||||||
nixos-rebuild build --flake .#Legion
|
nixos-rebuild build --flake .#Legion
|
||||||
|
|
Loading…
Reference in a new issue