nix-community / nixdoc

Tool to generate documentation for Nix library functions [maintainer=@infinisil]
GNU General Public License v3.0
123 stars 15 forks source link

split out and expose package recipe #125

Closed fricklerhandwerk closed 2 months ago

fricklerhandwerk commented 3 months ago

this allows building underlying derivations with other inputs:

nix-repl> :l https://github.com/nixos/nixpkgs/tarball/nixpkgs-unstable
nix-repl> :l https://github.com/nix-community/nixdoc/tarball/master
nix-repl> pkgs.callPackage recipes.nixdoc {}
infinisil commented 3 months ago

This seems fine to me, even if not very standard. If you could add a small changelog entry for this that would be great, since this is essentially a new part of the API.

Seems good to merge with the above addressed and the conflict fixed.