types: add packages output

This commit is contained in:
lassulus 2022-10-21 22:25:20 +02:00
parent 89cc8978eb
commit 271b00593f
2 changed files with 112 additions and 11 deletions

View file

@ -17,4 +17,5 @@ in {
create = cfg: (eval cfg).config.topLevel.create;
mount = cfg: (eval cfg).config.topLevel.mount;
config = cfg: (eval cfg).config.topLevel.config;
packages = cfg: (eval cfg).config.topLevel.packages;
}