Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devos digga input needs update #500

Open
Lord-Valen opened this issue Feb 13, 2023 · 0 comments · May be fixed by #501
Open

Devos digga input needs update #500

Lord-Valen opened this issue Feb 13, 2023 · 0 comments · May be fixed by #501
Labels
bug Something isn't working

Comments

@Lord-Valen
Copy link
Contributor

Lord-Valen commented Feb 13, 2023

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 Lord-Valen added the bug Something isn't working label Feb 13, 2023
Lord-Valen added a commit to Lord-Valen/digga that referenced this issue Feb 20, 2023
Lord-Valen added a commit to Lord-Valen/digga that referenced this issue Feb 20, 2023
@Lord-Valen Lord-Valen linked a pull request Feb 25, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant