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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check-meta.nix: use meta.availableOn #208686

Closed
wants to merge 4 commits into from
Closed

check-meta.nix: use meta.availableOn #208686

wants to merge 4 commits into from

Commits on Jan 1, 2023

  1. check-meta.nix: use meta.availableOn

    This eliminates duplicated logic, and also enables the use of
    `lib.systems.inspect.patterns` patterns (from #37395) in
    `meta.badPlatforms`.
    Adam Joseph committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    c9c4720 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. update check-meta types

    Adam Joseph committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    080c6e8 View commit details
    Browse the repository at this point in the history
  2. lib/meta.nix: make availableOn work when meta.platforms is missing

    Currently, `lib.meta.availableOn` will fail for packages which omit
    `meta.platforms` (e.g. `djbdns`).  This commit avoids that failure.
    Adam Joseph committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    2df2202 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ddf9b9 View commit details
    Browse the repository at this point in the history