| 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: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done | Robert Schütz | 2026-01-11 | 1 | -3/+0 |
| * | 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 |
| * | pythonPackages: remove unused fetchpath arguments | Sigmanificient | 2024-05-23 | 1 | -1/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -13/+14 |
| * | python311Packages.broadbean: drop redundant patches | Martin Weinelt | 2024-03-17 | 1 | -15/+0 |
| * | python3Packages.broadbean: 0.11.0 -> 0.14.0 | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | python311Packages.broadbean: disable racy test | Martin Weinelt | 2023-12-20 | 1 | -0/+5 |
| * | python3.pkgs.broadbean: add build dependencies and fix constraints (#247464) | Theodore Ni | 2023-08-08 | 1 | -2/+23 |
| * | python3Packages.broadbean: init at 0.11.0 | Ilya Elenskiy | 2023-05-26 | 1 | -0/+47 |
