Inspect the API of a package¶
Downstream users can inspect the api of any consumed package as well as raw package modules
Load the dream2nix shell¶
Get manual of package module¶
Assuming a package module in ./upstream/my-package.nix
Get manual of derivation¶
Assuming derivations defined via ./upstream/default.nix
Get manual of flake attribute¶
Assuming derivations defined via a flake on github