mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 00:17:10 +00:00
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
|
||||
'';
|
||||
|
||||
passthru = { inherit home-manager-options; };
|
||||
|
||||
meta = { maintainers = [ lib.maintainers.considerate ]; };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue