bootstrap export bootstrap

This commit is contained in:
Emile Clark-Boman 2026-01-28 09:22:23 +10:00
parent 9db1e24987
commit c3f03856d3

View file

@ -31,6 +31,7 @@ let
this = bootstrap {inherit this bootstrap;} [
./nt.nix
{
bootstrap = _: bootstrap;
std = ./std/bootstrap.nix;
parse = ./parse/bootstrap.nix;