Commit Graph

10 Commits

Author SHA1 Message Date
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Gaetan Lepage
1da5a1c8eb abseil-cpp_202401: 20240116.2 -> 20240116.3
Diff:
https://github.com/abseil/abseil-cpp/compare/20240116.2...20240116.3

Changelog: https://github.com/abseil/abseil-cpp/releases/tag/20240116.3
2025-01-23 17:08:34 +01:00
Gaetan Lepage
2a3534c45b abseil-cpp_202[301,401]: fix build on aarch64_darwin
https://github.com/abseil/abseil-cpp/pull/1707
2024-12-06 10:36:35 +01:00
Martin Weinelt
355530f35a abseil-cpp_202401: reinit 2024-08-13 20:30:06 +02:00
Gaetan Lepage
e4bb50afcb abseil-cpp: 20240116.2 -> 20240722.0
Diff:
https://github.com/abseil/abseil-cpp/compare/20240116.2...20240722.0

Changelog: https://github.com/abseil/abseil-cpp/releases/tag/20240722.0
2024-08-01 23:27:15 +02: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
Gaetan Lepage
b5e2755a29 abseil-cpp_202401: 20240116.1 -> 20240116.2
Changelog: https://github.com/abseil/abseil-cpp/releases/tag/20240116.2
2024-04-09 11:25:42 +02:00
Gaetan Lepage
f1fba94949 abseil-cpp: 20240116.0 -> 20240116.1
Changelog: https://github.com/abseil/abseil-cpp/releases/tag/20240116.1
2024-02-13 09:55:41 +01:00
Gaetan Lepage
fd17235695 abseil-cpp_202401: init at 20240116.0 2024-01-28 22:19:20 +01:00