aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-05-15 18:46:06 +0000
committerGerrit Code Review <gerrit@lix-systems>2024-05-15 18:46:06 +0000
commitaabc90204003ae87ed4ffa504c3f773c7cff9629 (patch)
treead1f228e5fe852297232bb856535649e0f6bfaad /doc
parent0903a99bade6891dd3deba48982d87b7dc29be18 (diff)
parente1463931833670970fbcebd9bece326ac7146205 (diff)
Merge "nix3-build: show all FOD errors with `--keep-going`" into main
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/rl-next/consistent-nix-build.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/manual/rl-next/consistent-nix-build.md b/doc/manual/rl-next/consistent-nix-build.md
new file mode 100644
index 000000000..d5929dc8e
--- /dev/null
+++ b/doc/manual/rl-next/consistent-nix-build.md
@@ -0,0 +1,6 @@
+---
+synopsis: Show all FOD errors with `nix build --keep-going`
+---
+
+`nix build --keep-going` now behaves consistently with `nix-build --keep-going`. This means
+that if e.g. multiple FODs fail to build, all hash mismatches are displayed.