nt/nt/primitives/bootstrap/prim/bootstrap.nix
2026-02-09 10:24:27 +10:00

13 lines
345 B
Nix

# WARNING: /nt/primitives/bootstrap cannot depend on mix
# WARNING: this file is strictly for bootstrapping nt
{bootstrap, ...}:
# WARNING: do not propagate `this` from parent, bootstrap/std must
# WARNING: remain entirely independent from bootstrap/
bootstrap {} [
./any.nix
./attrs.nix
./fn.nix
./list.nix
./num.nix
./string.nix
]