nix-super/doc/manual/rl-next/10734-nix3-build-show-all-fod-errors-with-keep-going.md
Robert Hensing 7275d68d3b rl-next: Add top 10 by +1 reactions on PRs
We should use a metric that weighs the related issues.
Counterbalancing time doesn't make much sense to me.
If it's around for longer, the fix will be relevant to more people.
2024-07-25 05:57:53 +02:00

10 lines
682 B
Markdown

---
synopsis: "nix3-build: show all FOD errors with `--keep-going`"
prs: 10734
---
The [`nix build`](@docroot@/command-ref/new-cli/nix3-build.md) command has been updated to improve the behavior of the [`--keep-going`] flag. Now, when `--keep-going` is used, all hash-mismatch errors of failing fixed-output derivations (FODs) are displayed, similar to the behavior of `nix build`. This enhancement ensures that all relevant build errors are shown, making it easier for users to update multiple derivations at once or to diagnose and fix issues.
Author: [**Jörg Thalheim (@Mic92)**](https://github.com/Mic92)
[`--keep-going`](@docroot@/command-ref/opt-common.md#opt-keep-going)