You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Expected Behavior
To not throw when running mkFlake.
Current Behavior
Fails to pass checks, due to passing deprecated arguments to homeManagerConfiguration.
Steps to Reproduce
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.
The text was updated successfully, but these errors were encountered: