fix primitives should be protected

This commit is contained in:
Emile Clark-Boman 2026-01-28 12:11:02 +10:00
parent f2c7c04e2c
commit d358ab0d2d

View file

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