mirror of
https://github.com/nix-community/home-manager
synced 2024-11-19 17:49:45 +01:00
docs: bump nmd
This commit is contained in:
parent
94780dd888
commit
e66f0ff69a
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,8 @@ let
|
||||||
name = "nmd";
|
name = "nmd";
|
||||||
owner = "rycee";
|
owner = "rycee";
|
||||||
repo = "nmd";
|
repo = "nmd";
|
||||||
rev = "de522bdd533350b3afb41e1ce9b3afb72922fba2";
|
rev = "9e7a20e6ee3f6751f699f79c0b299390f81f7bcd";
|
||||||
sha256 = "1ji4q7b48nnicgpnnl6yb9xb9zfkmmzkch4yifinphw3ag38qrmd";
|
sha256 = "1s49gjn1wapcjn0q4gabi8jwp8k5f18354a9c1vji0hfqsaknxzj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nmd = import nmdSrc { inherit lib pkgs; };
|
nmd = import nmdSrc { inherit lib pkgs; };
|
||||||
|
@ -89,6 +89,7 @@ let
|
||||||
|
|
||||||
docs = nmd.buildDocBookDocs {
|
docs = nmd.buildDocBookDocs {
|
||||||
pathName = "home-manager";
|
pathName = "home-manager";
|
||||||
|
projectName = "Home Manager";
|
||||||
modulesDocs = [ hmModulesDocs nixDarwinModuleDocs nixosModuleDocs ];
|
modulesDocs = [ hmModulesDocs nixDarwinModuleDocs nixosModuleDocs ];
|
||||||
documentsDirectory = ./.;
|
documentsDirectory = ./.;
|
||||||
documentType = "book";
|
documentType = "book";
|
||||||
|
|
Loading…
Reference in a new issue