mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays] Use linux-manual from current kernel
This commit is contained in:
parent
a33825e370
commit
470ef6f8e4
1 changed files with 4 additions and 0 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue