Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: module args of home-manager portable configs
Type-check such configs 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.). Update ./examples/hmOnly so that the testuser config references the pkgs module arg, thus testing that the switch to moduleType works as intended. Closes #119
- Loading branch information