This release includes a couple of new features as we work on decoupling Den from flake-parts.
In the future Den will be module-type agnostic, you will be able to use it with flake-parts or any alternative (froyo / falake / lib.evalModules). We are trying to make flake-parts specific feature opt-in so we have compatibility between flakes and non-flakes worlds.
What's Changed
- test accessing namespaces from inputs by @vic in #114
- feat: add inputs' and self' aspects by @HeitorAugustoLN in #117
- docs: improve inputs' and self' descriptions by @HeitorAugustoLN in #118
- add base module for user/host/home configs by @vic in #119
- fix: inputs' and self' exactly arguments by @HeitorAugustoLN in #122
- feat: Context for host with home-manager users. by @vic in #123
Full Changelog: v0.6.0...v0.7.0