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.newMixture inputs (mixture: {
|
||||
includes.public = [
|
||||
./nt.nix
|
||||
./bootstrap
|
||||
];
|
||||
includes = {
|
||||
public = [
|
||||
./nt.nix
|
||||
];
|
||||
protected = [
|
||||
./bootstrap
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue