1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-10-22 04:57:26 +02:00

home-manager-manual: expose options.json

This commit is contained in:
Sandro 2024-10-10 20:29:24 +02:00 committed by GitHub
parent d3ee25c078
commit d47d33254f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ]; };
}