[Overlays] Use linux-manual from current kernel

This commit is contained in:
Antoine Viallon 2023-04-15 16:15:44 +02:00
parent a33825e370
commit 470ef6f8e4
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -102,6 +102,10 @@ in
myFirefox = (import ./packages/firefox.nix { pkgs = self; inherit lib; });
})
(final: prev: {
# Use our kernel for generating linux man pages
linux-manual = prev.linux-manual.override { linuxPackages_latest = config.boot.kernelPackages; };
})
(self: super: {
nextcloud-client = super.nextcloud-client.overrideAttrs (old: {
nativeBuildInputs = old.nativeBuildInputs ++ (with super; [