| 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 |
| * | python312Packages.automx2: 2024.2 -> 2025.1.1 | R. Ryantm | 2025-01-18 | 1 | -7/+9 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.automx2: 2024.1 -> 2024.2 | R. Ryantm | 2024-08-01 | 1 | -3/+3 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -18/+13 |
| * | python311Packages.automx2: unstable-2023-08-23 -> 2024.1 | Sandro Jäckel | 2024-04-13 | 1 | -5/+10 |
| * | python311Packages.automx2: equalize content | Fabian Affolter | 2023-09-23 | 1 | -3/+9 |
| * | python3Packages.automx2: 2022.1 -> unstable-2023-08-23 | James ‘Twey’ Kay | 2023-09-16 | 1 | -5/+9 |
| * | python3Packages.automx2: init at 2022.01•••Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> | James ‘Twey’ Kay | 2023-09-16 | 1 | -0/+36 |
