mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
default.nix: add htmlOpenTool output for docs
This commit is contained in:
@@ -12,10 +12,10 @@ in rec {
|
|||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit (releaseInfo) release isReleaseBranch;
|
inherit (releaseInfo) release isReleaseBranch;
|
||||||
}; {
|
}; {
|
||||||
html = manual.html;
|
|
||||||
manPages = manPages;
|
inherit manPages jsonModuleMaintainers;
|
||||||
json = options.json;
|
inherit (manual) html htmlOpenTool;
|
||||||
jsonModuleMaintainers = jsonModuleMaintainers; # Unstable, mainly for CI.
|
inherit (options) json;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = pkgs.callPackage ./home-manager { inherit path; };
|
home-manager = pkgs.callPackage ./home-manager { inherit path; };
|
||||||
|
|||||||
Reference in New Issue
Block a user