Add keep-going flag to Makefile nix build directive

This commit is contained in:
Evie Litherland-Smith 2024-07-22 10:47:44 +01:00
parent d0459b2024
commit 290ee4da08

View file

@ -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