| 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: 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 |
| * | python312Packages.ansitable: 0.11.3 -> 0.11.4 | R. Ryantm | 2024-12-17 | 1 | -2/+2 |
| * | python312Packages.ansitable: 0.11.2 -> 0.11.3 | natsukium | 2024-11-01 | 1 | -4/+4 |
| * | python312Packages.ansitable: fix build | natsukium | 2024-11-01 | 1 | -0/+2 |
| * | python3Packages.ansitable: 0.10.0 -> 0.11.2 | Martin Weinelt | 2024-10-13 | 1 | -2/+2 |
| * | python3Packages.ansitable: init at 0.10.0•••Co-authored-by: Anthony Camarillo <anthony.camarillo.96@gmail.com> | Daniel Baker | 2024-06-22 | 1 | -0/+44 |
