Commit Graph

12 Commits

Author SHA1 Message Date
Silvan Mosberger
667d42c00d 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 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01: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
Vincent Laporte
bbb8c88974 ocamlPackages.containers-data: disable tests with OCaml 5.0 2023-10-06 08:11:12 +02:00
Vincent Laporte
9784de7909 ocamlPackages.containers: 3.11 → 3.12 2023-09-29 08:16:05 +02:00
Vincent Laporte
79fa97caa3 ocamlPackages.containers: 3.10 → 3.11 2023-03-19 08:53:44 +01:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Vincent Laporte
a8ce8ba5dc ocamlPackages.containers: 3.6.1 → 3.9 2022-07-20 17:24:59 +02:00
Vincent Laporte
049ca38a0c ocamlPackages.containers: disable tests with OCaml < 4.08 2021-09-27 05:59:07 +02:00
Vincent Laporte
e286f0cf3b ocamlPackages.containers: 3.0 → 3.0.1 2020-11-22 07:26:26 +01:00
Vincent Laporte
c341289ee5 ocamlPackages.containers-data: drop spurious dependencies 2020-09-30 23:24:44 +02:00
Vincent Laporte
6792240ac4 ocamlPackages.containers-data: init at 3.0 2020-08-24 07:43:57 +02:00