Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document several undocumented builtin functions #8491

Merged
merged 2 commits into from
Jun 14, 2023

Commits on Jun 11, 2023

  1. Register all PrimOps via the Info structure

    This will allow documenting them (in later commits).
    
    Note that we keep the old constructor even if it is no longer used by
    Nix code, because it is used in tests/plugins/plugintest.cc, which
    suggests that it might be used by some external plugin.
    wentasah committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    8ec1ba0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Document fromTOML, hasContext and getContext builtins

    Until now, these functions were completely missing in the Nix manual.
    
    Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
    wentasah and fricklerhandwerk committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    c6d7c4f View commit details
    Browse the repository at this point in the history