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, ...} @ inputs:
mix.newMixture inputs (mixture: { mix.newMixture inputs (mixture: {
includes.public = [ includes = {
./nt.nix public = [
./bootstrap ./nt.nix
]; ];
protected = [
./bootstrap
];
};
}) })