move primitives/bootstrap -> primitives/std

This commit is contained in:
Emile Clark-Boman 2026-01-28 12:56:35 +10:00
parent 0b554315e9
commit ccd07cc07a
14 changed files with 6 additions and 8 deletions

View file

@ -1,11 +1,9 @@
{mix, ...} @ inputs:
mix.newMixture inputs (mixture: {
includes = {
public = [
./nt
];
protected = [
./bootstrap
];
};
includes.public = [
./nt
];
submods.protected = [
./std
];
})