| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 unused rec expressions | Sigmanificient | 2025-03-14 | 1 | -1/+1 |
| * | python313Packages.aocd-example-parser: 2023.12.20 -> 2024.12.25 | wxt | 2025-02-17 | 1 | -10/+7 |
| * | python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20•••Diff: https://github.com/wimglenn/aocd-example-parser/compare/07330183f3e43401444fe17b08d72eb6168504e1...2023.12.20 | Fabian Affolter | 2024-11-14 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -8/+7 |
| * | aocd-example-parser: init at unstable-2023-12-17•••Default implementation of an example parser plugin for advent-of-code-data https://github.com/wimglenn/aocd-example-parser | Fabian Affolter | 2024-01-27 | 1 | -0/+37 |
