diff --git a/Makefile b/Makefile index 3e943506..7ab43127 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ HOST := $(shell hostname) build: - nix build .#nixosConfigurations.$(HOST).config.system.build.toplevel + nix build --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel