mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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; });
|
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: {
|
(self: super: {
|
||||||
nextcloud-client = super.nextcloud-client.overrideAttrs (old: {
|
nextcloud-client = super.nextcloud-client.overrideAttrs (old: {
|
||||||
nativeBuildInputs = old.nativeBuildInputs ++ (with super; [
|
nativeBuildInputs = old.nativeBuildInputs ++ (with super; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue