···220220 };
221221 };
222222 in {
223223- inherit (bootstrap) dist test;
223223+ inherit (bootstrap) build dist test;
224224 }
225225 else if hasSuffix "-darwin" config then
226226 let
···229229 };
230230 in {
231231 # Lightweight distribution and test
232232- inherit (bootstrap) dist test;
232232+ inherit (bootstrap) build dist test;
233233 # Test a full stdenv bootstrap from the bootstrap tools definition
234234 # TODO: Re-enable once the new bootstrap-tools are in place.
235235 #inherit (bootstrap.test-pkgs) stdenv;