aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-30 13:10:20 -0300
committerEuAndreh <eu@euandre.org>2021-06-30 13:10:20 -0300
commit12f181c547ed68f3b9840079549285750ce6af63 (patch)
tree040449b26fa2cd668afa99766609c6e6a4f6dff5 /Makefile
parentAdd git-permalink package (diff)
downloadpackage-repository-12f181c547ed68f3b9840079549285750ce6af63.tar.gz
package-repository-12f181c547ed68f3b9840079549285750ce6af63.tar.xz
Makefile: guix build -K to keep failed builds when debugging
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: