Commit Graph

13 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
R. Ryantm
8ae2bf1e60 dconf2nix: 0.0.12 -> 0.1.1 2023-11-28 12:21:32 +01:00
R. Ryantm
46872026bd dconf2nix: 0.0.11 -> 0.0.12 2022-10-18 12:38:50 +02:00
Felix Buehler
9aeb5a8d01 haskellPackages.dconf2nix: switch to fetchFromGitHub 2022-03-14 19:32:50 +01:00
R. Ryantm
ba7e2e7b35 dconf2nix: 0.0.10 -> 0.0.11 2022-01-21 05:32:17 +00:00
R. Ryantm
f7cbc57cd9 dconf2nix: 0.0.8 -> 0.0.10 2021-12-08 05:31:39 +00:00
Ellie Hermaszewska
15ae25f36c haskell: switch from haskell.lib to haskell.lib.compose 2021-11-07 20:18:45 +08:00
Gabriel Volpe
4ea29081fb dconf2nix: 0.0.7 -> 0.0.8 2021-05-25 17:54:47 +02:00
Pavol Rusnak
a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Gabriel Volpe
63f6946d57 dconf2nix: 0.0.6 -> 0.0.7 2020-12-03 19:39:49 +01:00
Gabriel Volpe
70b417f5f9 dconf2nix: 0.0.5 -> 0.0.6 2020-09-21 10:58:35 +02:00
Gabriel Volpe
b987a31379 dconf2nix: init at 0.5.0 2020-08-09 17:58:27 +02:00