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

Treewide Nix reformat pass 1 [skip treewide] #322537

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2024

  1. treewide: format all inactive Nix files

    Inactive means that there are no open PRs with activity in the
    last month that touch those files.
    A bunch later, we can do another pass to get the rest.
    
    Doing it this way makes ensures that we don't cause any conflicts for
    recently active PRs that would be ready to merge.
    Only once those PRs get updated, CI will kick in and require the files
    to be formatted.
    
    Furthermore, this makes sure that we can merge this PR without having
    to constantly rebase it!
    
    This can be verified using
    
        nix-build https://gist.github.com/infinisil/4b7a1a1e5db681d04446e73e39048aec/archive/5439e16eda66856aed747db3b45ed595835de7c6.tar.gz \
          --argstr baseRev 5180ff0
        result/bin/apply-formatting $NIXPKGS_PATH
    infinisil committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e3a5a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f1bf0d View commit details
    Browse the repository at this point in the history