diff options
author | EuAndreh <eu@euandre.org> | 2021-06-30 13:10:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-30 13:10:20 -0300 |
commit | 12f181c547ed68f3b9840079549285750ce6af63 (patch) | |
tree | 040449b26fa2cd668afa99766609c6e6a4f6dff5 /Makefile | |
parent | Add git-permalink package (diff) | |
download | package-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |