-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Import from derivation with nmd #1262
Comments
I'm not sure how nmd is working. Maby this can be fixed with the new |
I have the same problem, I've found that if I set {
home-manager.users.NAME.manual.manpages.enable = false;
} for all users, it works. This may be a bit easier than a patch. |
With the latest changes merged into the main branch, it is now possible to do {
home-manager.sharedModules = [ { manual.manpages.enable = false; } ];
} instead of setting the option for each user. |
Thank you for your contribution! I marked this issue as stale due to inactivity. If this remains inactive for another 7 days, I will close this issue. Please read the relevant sections below before commenting. If you are the original author of the issue
If you are not the original author of the issue
Memorandum on closing issuesIf you have nothing of substance to add, please refrain from commenting and allow the bot close the issue. Also, don't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen--nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort. |
Still relevant I think @rycee? |
This is needed to run `nixos-install`. See nix-community/home-manager#1262
🎉 The IFD is removed in 64ab7d6. I just successfully built |
home-manager imports nmd for manual usage, wich breaks hydra support because nmd uses import from derivation
The text was updated successfully, but these errors were encountered: