| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: change 'format = "pyproject";' to 'pyproject = true;'•••This is almost all find-and-replace.
I manually edited:
* pkgs/development/python-modules/notifications-android-tv/default.nix,
* pkgs/servers/home-assistant/default.nix,
* pkgs/development/tools/continuous-integration/buildbot/master.nix
A few files have not been changed in this PR because they would cause rebuilds.
This PR should have 0 rebuilds.
| Michael Daniels | 2026-01-12 | 1 | -1/+1 |
| * | 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 | -2/+2 |
| * | maintainers: remove Madouura•••Maintainer has not been active in nixpkgs for over a year, and not been
responding to maintainer pings for even longer.
| Aidan Gauland | 2025-09-14 | 1 | -1/+0 |
| * | 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: remove trailing space in description•••Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
| Sigmanificient | 2024-07-26 | 1 | -1/+1 |
| * | treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
| Martin Weinelt | 2024-06-14 | 1 | -2/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -17/+14 |
| * | python311Packages.barectf: test with pytest 7 | Martin Weinelt | 2024-03-27 | 1 | -6/+2 |
| * | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
| Martin Weinelt | 2024-03-19 | 1 | -0/+1 |
| |\ |
|
| | * | 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 |
| * | | python311Packages.barectf: suppress pytest8 warnings | Martin Weinelt | 2024-03-17 | 1 | -0/+4 |
| |/ |
|
| * | python311Packages.barectf: relax various dependency constraints•••Checking runtime dependencies for barectf-3.1.2-py3-none-any.whl
- jsonschema<4.0,>=3.2 not satisifeid by version 4.19.0
- pyyaml<6.0,>=5.3 not satisifeid by version 6.0.1
- termcolor<2.0,>=1.1 not satisifeid by version 2.3.0
| Martin Weinelt | 2023-12-20 | 1 | -3/+18 |
| * | pythonPackages: barectf: init at 3.1.2 | Madoura | 2023-10-09 | 1 | -0/+44 |