Commit Graph

7 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
Vincent Laporte
2eb99744ce ocamlPackages.stdlib-shims: use Dune 3 2024-04-04 16:42:36 +02:00
Vincent Laporte
8373826ef2 ocamlPackages.stdlib-shims: pin Dune to version 1 for OCaml < 4.08 2023-05-03 22:08:10 +02:00
Vincent Laporte
02b4f95f78 ocamlPackages.stdlib-shims: 0.1.0 → 0.3.0 2021-02-26 11:40:38 +01:00
Vincent Laporte
acae9f16a9 Revert "ocamlPackages.stdlib-shims: 0.1.0 -> 0.2.0"
This reverts commit 0c5e940329.
2020-12-02 15:56:49 +01:00
R. RyanTM
0c5e940329 ocamlPackages.stdlib-shims: 0.1.0 -> 0.2.0 2020-12-01 23:34:32 -08:00
Vincent Laporte
93ce3df6b5 ocamlPackages.stdlib-shims: init at 0.1.0 2019-03-03 11:45:21 +01:00