Commit Graph

15 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
981689dc77 ocamlPackages.printbox: 0.11 -> 0.12 2024-10-09 12:53:53 +00:00
Vincent Laporte
7a7fe52b55 ocamlPackages.printbox: disable for OCaml < 4.04 2024-09-27 21:34:14 +02:00
R. Ryantm
91a2d90c87 ocamlPackages.printbox: 0.6.1 -> 0.11 2024-04-28 19:42:43 +00:00
Vincent Laporte
7e212cc975 ocamlPackages.printbox-text: disable tests with OCaml ≥ 5.0 2023-07-17 06:59:15 +02: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
José Romildo
00b9b68cf1 ocamlPackages.printbox: add update script 2022-10-23 09:01:16 -03:00
Ulrik Strid
772222be16 ocamlPackages.printbox: 0.6 -> 0.6.1 2022-03-24 18:34:40 +01:00
Vincent Laporte
2159235eed ocamlPackages.mdx: disable for OCaml < 4.08 2022-02-24 21:24:56 +01:00
Vincent Laporte
ecd0acf293 ocamlPackages.printbox: 0.5 → 0.6
ocamlPackages.printbox-text: init at 0.6
2022-02-02 07:31:55 +01:00
Vincent Laporte
0062afc050 ocamlPackages.printbox: 0.4 → 0.5 2021-04-11 10:10:38 +02:00
José Romildo Malaquias
897a5c327e ocamlPackages.printbox: 0.2 -> 0.4 2020-02-24 12:50:02 +01:00
Vincent Laporte
089c0efe8c ocamlPackages.mdx: 1.4.0 → 1.5.0
And split to multiple outputs
2019-12-14 15:57:36 +01:00
Vincent Laporte
59a07abdb2
ocamlPackages.printbox: disable tests for OCaml ≥ 4.08 2019-09-20 05:28:59 +00:00
José Romildo Malaquias
f0e7c5f569 ocamlPackages.printbox: init at 0.2 2019-06-20 07:29:55 +00:00