fix typo imports -> submods
This commit is contained in:
parent
affeace641
commit
c9fd66160b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ mix.newMixture inputs (mixture: {
|
||||||
includes.public = [
|
includes.public = [
|
||||||
./nt.nix
|
./nt.nix
|
||||||
];
|
];
|
||||||
imports.public = [
|
submods.public = [
|
||||||
# TODO: make ./util private
|
# TODO: make ./util private
|
||||||
./util
|
./util
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue