Commit Graph

19 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
R. Ryantm
6dc98f933d vcmi: 1.5.6 -> 1.5.7 2024-08-27 00:19:12 +00:00
R. Ryantm
0db436f8dc vcmi: 1.5.5 -> 1.5.6 2024-08-05 16:35:43 +00:00
R. Ryantm
6353b50064 vcmi: 1.5.4 -> 1.5.5 2024-07-22 07:42:48 +00:00
R. Ryantm
fc192a3dc0 vcmi: 1.5.3 -> 1.5.4 2024-07-12 22:15:46 +00:00
R. Ryantm
5de60f7944 vcmi: 1.5.2 -> 1.5.3 2024-06-21 15:15:24 +00: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
R. Ryantm
230567caec vcmi: 1.5.1 -> 1.5.2 2024-06-02 14:16:17 +00:00
Azat Bahawi
b2b5ae128b
vcmi: 1.4.5 -> 1.5.1 2024-05-29 11:11:47 +03:00
R. Ryantm
3fe363f633 vcmi: 1.4.4 -> 1.4.5 2024-01-26 15:48:02 +00:00
R. Ryantm
82c8d58710 vcmi: 1.4.2 -> 1.4.4 2024-01-20 07:19:47 +00:00
R. Ryantm
9eada0a872 vcmi: 1.4.1 -> 1.4.2 2024-01-05 23:36:43 +00:00
R. Ryantm
5bf728a6d4 vcmi: 1.4.0 -> 1.4.1 2023-12-25 01:24:12 +00:00
Azat Bahawi
8b217a82a2
vcmi: 1.3.2 -> 1.4.0 2023-12-09 20:29:10 +03:00
eduard
7aecbe2f5e vcmi: 1.2.1 -> 1.3.2 2023-09-25 19:35:00 +01:00
Azat Bahawi
be3a867936
vcmi: 1.1.1 -> 1.2.1 2023-05-01 12:13:42 +03:00
Sergei Trofimovich
8c3d734089 vcmi: 1.1.0 -> 1.1.1
Changes: https://github.com/vcmi/vcmi/compare/1.1.0...1.1.1
2023-02-03 19:45:28 +00:00
R. Ryantm
a278b2d65d vcmi: 1.0.0 -> 1.1.0 2022-12-28 12:38:41 +00:00
Azat Bahawi
02646c661e
vcmi: init at 1.0.0 2022-09-15 22:08:34 +03:00