From 290ee4da0854841e5cdb59db4abe256fb406470a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 22 Jul 2024 10:47:44 +0100 Subject: [PATCH] Add keep-going flag to Makefile nix build directive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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