Standalone home-manager build failure after upgrade #672
Unanswered
Sharparam
asked this question in
Help - Issues / Problem Solving / How To
Replies: 2 comments 1 reply
|
I'll take a look today to see if I can diagnose it for you and if there's a regression related to den I'll put together a fix for it. |
1 reply
|
Ok odd finding, but the issue seems to be with some options declarations here: https://github.com/Sharparam/nix-config/blob/main/modules/users/schema.nix As can be seen in the current revision on that file, I commented the options and that made things work again. I'm not sure what the issue is with them though? Nix seems to complain that something is a list, but the options there produces an attrset as far as I can tell? (The result of the cc @sini |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
After upgrading to v0.18.0 and reading through breaking changes and migration notes in the release notes, the standalone home-manager config still fails to build with
nh home build:I haven't been able to figure this one out :/
Config is here: https://github.com/Sharparam/nix-config/tree/sharparam/push-zvmzmkvkwnpo
And the standalone home-manager config is here: https://github.com/Sharparam/nix-config/blob/sharparam/push-zvmzmkvkwnpo/modules/homes/sharparam%40melina/module.nix
Perhaps I've missed some detail in upgrading?
Output with
--show-trace: https://gist.github.com/Sharparam/0358d94d82345b6b1f7a4cda9141ecf3All reactions