Commit Graph

9 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
mslxl
96f3e44ef9
cpeditor: file desktop exec path 2024-07-09 12:01:22 +08:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
rewine
fa7a264379 cpeditor: 6.11.2 -> 7.0.1 2024-03-11 00:03:50 +08:00
R. Ryantm
e15d47a93c cpeditor: 6.11.1 -> 6.11.2 2024-02-17 06:17:44 +00:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
rewine
2229c311e4
cpeditor: fixup build
cpeditor require c++14, the setting of CMAKE_CXX_STANDARD does not seem to affect submodules
2023-06-27 10:52:33 +08:00
rewine
50f2ae4d57 cpeditor: 6.10.1 -> 6.11.1 2022-12-28 16:29:22 +08:00
rewine
4251a340e0 cpeditor: init at 6.10.1 2021-12-07 22:07:21 +08:00