| 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.apkinspector: 1.3.5 -> 1.3.6 | R. Ryantm | 2025-11-02 | 1 | -2/+2 |
| * | python3Packages.apkinspector: 1.3.4 -> 1.3.5 | R. Ryantm | 2025-06-01 | 1 | -2/+2 |
| * | python312Packages.apkinspector: 1.3.3 -> 1.3.4 | R. Ryantm | 2025-05-01 | 1 | -2/+2 |
| * | python312Packages.apkinspector: 1.3.2 -> 1.3.3 | R. Ryantm | 2025-04-22 | 1 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.apkinspector: 1.3.1 -> 1.3.2 | R. Ryantm | 2024-09-20 | 1 | -2/+2 |
| * | python312Packages.apkinspector: 1.3.0 -> 1.3.1 | R. Ryantm | 2024-08-18 | 1 | -2/+2 |
| * | python312Packages.apkinspector: 1.2.4 -> 1.3.0 | R. Ryantm | 2024-07-16 | 1 | -2/+2 |
| * | python312Packages.apkinspector: 1.2.3 -> 1.2.4•••Diff: https://github.com/erev0s/apkInspector/compare/refs/tags/v1.2.3...v1.2.4 Changelog: https://github.com/erev0s/apkInspector/releases/tag/v1.2.4 | Fabian Affolter | 2024-06-06 | 1 | -2/+2 |
| * | python312Packages.apkinspector: enable tests | Fabian Affolter | 2024-04-20 | 1 | -7/+7 |
| * | python312Packages.apkinspector: format with nixfmt | Fabian Affolter | 2024-04-20 | 1 | -12/+9 |
| * | python312Packages.apkinspector: refactor | Fabian Affolter | 2024-04-20 | 1 | -2/+3 |
| * | python312Packages.apkinspector: 1.2.2 -> 1.2.3 | R. Ryantm | 2024-04-20 | 1 | -2/+2 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | python311Packages.apkinspector: 1.2.1 -> 1.2.2 | R. Ryantm | 2024-03-18 | 1 | -2/+2 |
| * | python311Packages.apkinspector: init at 1.2.1•••Module designed to provide detailed insights into the zip structure of APK files https://github.com/erev0s/apkInspector | Fabian Affolter | 2023-12-30 | 1 | -0/+39 |
