Commit Graph

14 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
Sandro
c506cf7275
Merge pull request #324690 from jtbx-patches/ldc-bootstrap-passthru 2024-07-27 00:06:03 +02:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Jeremy Baxter
a488e04020 ldc: bump to LLVM 18 2024-07-22 07:47:11 +12:00
Jeremy Baxter
9217791c26 ldc: expose ldcBootstrap in passthru 2024-07-22 07:47:11 +12:00
Peder Bergebakken Sundt
beab3b862a
Merge pull request #324400 from CyberShadow/ldc-include-output
ldc: split includes to separate output
2024-07-21 21:02:32 +02:00
Vladimir Panteleev
2ac637b098
ldc: add disallowedReferences test 2024-07-21 04:59:28 +00:00
R. Ryantm
2b05112718 ldc: 1.38.0 -> 1.39.0 2024-07-04 15:49:16 +00:00
Vladimir Panteleev
a02f964d4c
ldc: split includes to separate output 2024-07-04 11:28:00 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Jeremy Baxter
b8eef4c70d ldc: 1.36.0 -> 1.38.0 2024-06-07 09:49:27 +12:00
Jeremy Baxter
ef4d490655 ldc: add meta.changelog 2024-06-07 09:49:21 +12:00
Jeremy Baxter
44b69c0ad2 ldc: modernize 2024-06-06 15:25:21 +12:00
Jeremy Baxter
ad4a42b2ce ldc: migrate to pkgs/by-name 2024-05-28 11:22:27 +12:00