fix primitives should be protected
This commit is contained in:
parent
f2c7c04e2c
commit
d358ab0d2d
1 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||||
|
];
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue