more doc-work
This commit is contained in:
8
profiles/web/docs/linux-docs.nix
Normal file
8
profiles/web/docs/linux-docs.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
services.docs-to-host.docs = [{
|
||||
desc = "Linux kernel html documentation";
|
||||
dirname = "linux-docs";
|
||||
path = "${pkgs.linux-doc}/share/doc/linux-doc";
|
||||
}];
|
||||
}
|
||||
Reference in New Issue
Block a user