| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages.dataclass-wizard: 0.39.0 -> 0.39.1 | R. Ryantm | 2026-01-07 | 1 | -2/+2 |
| * | dataclass-wizard: 0.38.2 -> 0.39.0 | R. Ryantm | 2026-01-03 | 1 | -2/+2 |
| * | dataclass-wizard: 0.37.0 -> 0.38.2 | R. Ryantm | 2025-12-28 | 1 | -2/+2 |
| * | dataclass-wizard: 0.36.0 -> 0.37.0 | R. Ryantm | 2025-12-22 | 1 | -2/+2 |
| * | dataclass-wizard: 0.35.4 -> 0.36.0 | R. Ryantm | 2025-12-15 | 1 | -2/+2 |
| * | python3Packages.dataclass-wizard: 0.35.1 -> 0.35.4 | R. Ryantm | 2025-12-13 | 1 | -2/+2 |
| * | 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>
| Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | treewide: use lib.concatAttrValues to obtain all optional-dependencies | Robert Schütz | 2025-11-27 | 1 | -1/+1 |
| * | dataclass-wizard: 0.35.0 -> 0.35.1 | R. Ryantm | 2025-09-07 | 1 | -2/+2 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -1/+2 |
| * | python313Packages.dataclass-wizard: 0.22.2 -> 0.35.0•••Changelog: https://github.com/rnag/dataclass-wizard/releases/tag/v0.35.0
| Fabian Affolter | 2025-05-29 | 1 | -19/+23 |
| * | Revert "treewide: replace `rev` with `tag`"•••This reverts commit 65a333600d5c88a98d674f637d092807cfc12253.
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 / 758551e4587d75882aebc21a04bee960418f8ce9
| Winter | 2025-04-08 | 1 | -1/+1 |
| * | treewide: replace `rev` with `tag` | Pol Dellaiera | 2025-04-07 | 1 | -1/+1 |
| * | 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 b32a0943687d2a5094a6d92f25a4b6e16a76b5b7
result/bin/apply-formatting $NIXPKGS_PATH
| Silvan Mosberger | 2024-12-10 | 1 | -4/+7 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -2/+2 |
| * | 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/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -32/+26 |
| * | 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.
| stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | dataclass-wizard: init at 0.22.2 | Guy Boldon | 2023-08-11 | 1 | -0/+65 |