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
e3695de873 ocamlPackages.iter: 1.7 -> 1.8 2023-11-25 08:37:48 +00:00
Vincent Laporte
56376c4eee
ocamlPackages.iter: 1.6 → 1.7 2023-05-26 08:38:24 +02:00
Vincent Laporte
543d53100e
ocamlPackages.iter: use Dune 3 2023-04-05 08:43:27 +02: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
a04a4bbbeb ocamlPackages.iter: 1.4 → 1.6 2022-11-19 07:16:24 +01:00
Ulrik Strid
e5159b2b0b ocamlPackages.iter: 1.3 -> 1.4 2022-03-24 15:02:28 +01:00
Vincent Laporte
c5070df971 ocamlPackages.iter: 1.2.1 → 1.3 2021-12-19 12:11:24 +01:00
Vincent Laporte
f548ac9c6c ocamlPackages.iter: disable tests with OCaml < 4.08 2021-09-27 05:59:07 +02:00
Vincent Laporte
df114c2091 ocamlPackages.iter: use Dune 2 2020-12-05 17:13:44 +01:00
Vincent Laporte
279b831d1b ocamlPackages.iter: disable tests for OCaml < 4.07 2020-09-30 23:24:44 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
424c20414a
ocamlPackages.containers: 1.4 → 2.6.1
ocamlPackages.sequence/iter: 1.1 → 1.2.1

Ensures compatibility with OCaml 4.08
2019-09-20 05:29:05 +00:00