Commit Graph

8 Commits

Author SHA1 Message Date
Sigmanificient
91d5ab3ae4 treewide: remove unused rec expressions 2025-03-14 05:15:05 +01:00
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
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
589e4a2bb2 ocamlPackages.graphql: use dune 3 2023-01-12 17:56:25 +01:00
Vincent Laporte
7ed0a6f85f ocamlPackages.graphql: 0.13.0 → 0.14.0
ocamlPackages.irmin-graphql: mark as broken
2022-08-17 12:13:04 +02:00
Vincent Laporte
46281741b2 ocamlPackages.graphql: use Dune 2 2020-12-08 17:19:48 +01:00
Vincent Laporte
187c657eab ocamlPackages.graphql: init at 0.13.0 2019-12-09 09:53:40 +01:00