diff options
author | Maximilian Bosch <maximilian@mbosch.me> | 2024-05-29 22:28:47 +0200 |
---|---|---|
committer | Raito Bezarius <raito@lix.systems> | 2024-05-30 14:05:12 +0000 |
commit | 6abac7aacc29cce6aab359ba74212a0729dbaa1e (patch) | |
tree | b08b150b48cbcd22ec3f5040f71867b29046afc3 | |
parent | 71b32bb87cd48dbbd672c8ca6b041ed36f3bae11 (diff) |
release-notes: add missing credits/category to consistent-nix-build entry
Change-Id: I737422a2ff9d66be30cc432f8c1ddba9b1e71f4f
-rw-r--r-- | doc/manual/rl-next/consistent-nix-build.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/rl-next/consistent-nix-build.md b/doc/manual/rl-next/consistent-nix-build.md index d5929dc8e..7e9fb5f49 100644 --- a/doc/manual/rl-next/consistent-nix-build.md +++ b/doc/manual/rl-next/consistent-nix-build.md @@ -1,5 +1,8 @@ --- synopsis: Show all FOD errors with `nix build --keep-going` +credits: [ma27] +category: Improvements +cls: [1108] --- `nix build --keep-going` now behaves consistently with `nix-build --keep-going`. This means |