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

flake/generate-files: move most assertions to check derivation #1956

Merged
merged 4 commits into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    a8ecedd View commit details
    Browse the repository at this point in the history
  2. tests/generated: init by checking declared tools

    This moves most assertions out of generate-files and into a check
    derivation. This should allow the CI to finish, even when there are
    issues.
    
    This also properly tests efmls, which was only checked partially before.
    
    rust-analyzer is not covered because the existing assertions relate more
    to edge-cases not handled by the generation script than the result it
    builds.
    MattSturgeon committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fc8155b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b23a4c View commit details
    Browse the repository at this point in the history
  4. flake/generate-files: use nixfmt directly

    Running `nix fmt` is unnecessary in this case.
    MattSturgeon committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3789c69 View commit details
    Browse the repository at this point in the history