Makefile build use one job by default

This commit is contained in:
Evie Litherland-Smith 2024-08-22 06:55:58 +01:00
parent 5192d3a07f
commit 4df433a29a

View file

@ -3,4 +3,4 @@
HOST := $(shell hostname)
build:
nix build --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel
nix build -j 1 --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel