Bypass `texinfo/install-info` in `nixos-rebuild`

This commit is contained in:
vvsv 2025-12-11 08:20:27 +00:00 committed by Tate, Hongliang Tian
parent fcb1a44759
commit fcd5fd5bf0
1 changed files with 3 additions and 0 deletions

View File

@ -108,4 +108,7 @@ in {
# <https://github.com/asterinas/asterinas/issues/2672>.
build-users-group = "";
};
# FIXME: Currently, during `nixos-rebuild`, `texinfo/install-info` encounters a `SIGBUS`.
documentation.info.enable = false;
}