fix: disable home-manager manpages
Results in a buildfailure, revert after home-manager updates to fix it themselves. See https://github.com/nix-community/home-manager/issues/3342
This commit is contained in:
parent
7827b01899
commit
04f3bf76b9
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
(lib.mkIf config.services.xserver.enable {
|
||||
xsession.enable = true;
|
||||
})
|
||||
{
|
||||
manual.manpages.enable = false; # FIXME: Manuel doesn't build in home-manager
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue