| 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 |
| * | python3Packages.aiolookin: disable tests•••They're async, have previously been skipped and are now erroring out. | Martin Weinelt | 2025-08-09 | 1 | -5/+2 |
| * | treewide: substitute pname for strings (python3Packages.[a-g].*) | Peder Bergebakken Sundt | 2025-05-25 | 1 | -1/+1 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -15/+12 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.aiolookin: 0.1.1 -> 1.0.0•••Diff: https://github.com/ANMalko/aiolookin/compare/refs/tags/v0.1.1...v1.0.0 Changelog: https://github.com/ANMalko/aiolookin/blob/v1.0.0/CHANGELOG.md | Fabian Affolter | 2022-12-04 | 1 | -2/+2 |
| * | python310Packages.aiolookin: add changelog to meta | Fabian Affolter | 2022-12-04 | 1 | -2/+3 |
| * | python310Packages.aiolookin: 0.1.0 -> 0.1.1 | Fabian Affolter | 2022-06-05 | 1 | -2/+2 |
| * | python3Packages.aiolookin: 0.0.4 -> 0.1.0 | Martin Weinelt | 2022-02-03 | 1 | -2/+2 |
| * | python3Packages.aiolookin: 0.0.3 -> 0.0.4 | Fabian Affolter | 2021-11-15 | 1 | -2/+2 |
| * | python3Packages.aiolookin: init at 0.0.3 | Fabian Affolter | 2021-10-24 | 1 | -0/+52 |
