home-manager-manual: expose options.json
This commit is contained in:
parent
d3ee25c078
commit
d47d33254f
1 changed files with 2 additions and 0 deletions
|
@ -59,5 +59,7 @@ in stdenv.mkDerivation {
|
||||||
echo "doc manual $dest index.html" >> $out/nix-support/hydra-build-products
|
echo "doc manual $dest index.html" >> $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru = { inherit home-manager-options; };
|
||||||
|
|
||||||
meta = { maintainers = [ lib.maintainers.considerate ]; };
|
meta = { maintainers = [ lib.maintainers.considerate ]; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue