digga icon indicating copy to clipboard operation
digga copied to clipboard

Devos digga input needs update

Open Lord-Valen opened this issue 2 years ago • 0 comments

Expected Behavior

To not throw when running mkFlake.

Current Behavior

Fails to pass checks, due to passing deprecated arguments to homeManagerConfiguration.

Steps to Reproduce

  1. Use template
  2. Run checks
  3. 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

Lord-Valen avatar Feb 13 '23 20:02 Lord-Valen