nix-super/doc/manual/rl-next/10734-nix3-build-show-all-fod-errors-with-keep-going.md
Robert Hensing f0fe1d880d
Update doc/manual/rl-next/10734-nix3-build-show-all-fod-errors-with-keep-going.md
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2024-07-25 15:39:15 +02:00

739 B

synopsis prs
nix3-build: show all FOD errors with `--keep-going` 10734

The nix build 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), Maximilian Bosch (@Ma27)

--keep-going