mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
nixos/manual: fix inclusion of FoundationDB documentation
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
c227febef6
commit
1fdfa1ca13
@ -320,9 +320,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
meta.doc = ./foundationdb.xml;
|
|
||||||
meta.maintainers = with lib.maintainers; [ thoughtpolice ];
|
|
||||||
|
|
||||||
environment.systemPackages = [ pkg ];
|
environment.systemPackages = [ pkg ];
|
||||||
|
|
||||||
users.users = optionalAttrs (cfg.user == "foundationdb") (singleton
|
users.users = optionalAttrs (cfg.user == "foundationdb") (singleton
|
||||||
@ -413,4 +410,7 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.doc = ./foundationdb.xml;
|
||||||
|
meta.maintainers = with lib.maintainers; [ thoughtpolice ];
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
version="5.0"
|
version="5.0"
|
||||||
xml:id="module-foundationdb">
|
xml:id="module-services-foundationdb">
|
||||||
|
|
||||||
<title>FoundationDB</title>
|
<title>FoundationDB</title>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user