Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
120: Ensure home-manager portable user configurations are called with expected module args r=Pacman99 a=tomeon Type-check `home-manager` portable user configurations as modules (`moduleType`) rather than as functions evaluating to attribute sets (`functionTo attrs`). This ensures that they get invoked with all expected module arguments (`pkgs`, `lib`, etc.). Also update `./examples/hmOnly` so that the `testuser` configuration references the `pkgs` module arg, thus testing that the switch to `moduleType` works as intended. Closes #119 Co-authored-by: Matt Schreiber <schreibah@gmail.com>
- Loading branch information