17 Commits

Author SHA1 Message Date
R. Ryantm 4ded098691 beam26Packages.erlfmt: 1.7.0 -> 1.8.0 2026-02-23 14:55:34 +00:00
Ihar Hrachyshka 567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm f84733c433 beam26Packages.erlfmt: 1.6.2 -> 1.7.0 2025-06-13 14:25:45 +00:00
R. Ryantm c56c5bc33e beam26Packages.erlfmt: 1.6.1 -> 1.6.2 2025-04-25 10:58:24 -04:00
Winter a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera 65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm 4bbc09a1d0 beam26Packages.erlfmt: 1.6.0 -> 1.6.1 2025-04-04 14:41:15 +00:00
R. Ryantm 7f54fc670e beam26Packages.erlfmt: 1.5.0 -> 1.6.0 2025-01-30 00:30:16 +00: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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm d106812bbf erlfmt: 1.3.0 -> 1.5.0 2024-09-04 00:28:11 +00:00
Alexis Hildebrandt 755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
stuebinm ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm 217b470a60 erlfmt: 1.2.0 -> 1.3.0 2023-12-14 19:03:01 +00:00
R. Ryantm 9017b44196 erlfmt: 1.1.0 -> 1.2.0 2023-03-29 03:10:34 +00:00
R. Ryantm 00ad9a373f erlfmt: 1.0.0 -> 1.1.0 2022-07-30 04:48:49 +00:00
happysalada b97a23cdd5 rebar3-release: remove name attribute 2021-07-08 20:13:42 +09:00
David ed8502370f erlfmt: init at 1.0.0 2021-07-05 21:12:20 +02:00