-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
To not throw when running mkFlake.
Current Behavior
Fails to pass checks, due to passing deprecated arguments to homeManagerConfiguration.
Steps to Reproduce
- Use template
- Run checks
- Observe that old digga revision is passing deprecated arguments to homeManagerConfiguration
Additional Context
Assisting my friend in his first NixOS configuration led to some confusion when home-manager threw. Led to the discovery that we had moved to hm 22.11, and updated the home input in devos, but had not used the revised digga.
error: The 'homeManagerConfiguration' arguments
- 'configuration',
- 'username',
- 'homeDirectory'
- 'stateVersion',
- 'extraModules', and
- 'system'
have been removed. Instead use the arguments 'pkgs' and
'modules'. See the 22.11 release notes for more.
Deprecated args passed: configuration username homeDirectory extraModules system
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working