main
1{
2  inputs,
3  den,
4  ...
5}: {
6  imports = [inputs.den.flakeModule];
7
8  flake.den = den; # For debug
9}