From 12f181c547ed68f3b9840079549285750ce6af63 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 30 Jun 2021 13:10:20 -0300 Subject: Makefile: guix build -K to keep failed builds when debugging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b374bfb..e6b045b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ guix-sources = \ src/xyz/euandreh/queue.scm \ all: - for s in $(guix-sources); do guix build -Lsrc/ -f $$s; done + for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s; done nix-shell --run '' refresh: -- cgit v1.2.3