| 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 |
| * | 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 | -13/+10 |
| * | 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 |
| * | treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage•••The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm. | Martin Weinelt | 2023-12-20 | 1 | -2/+0 |
| * | python311Packages.colout: specify license•••- disable on unsupported Python releases - clean-up inputs - add format | Fabian Affolter | 2023-05-18 | 1 | -9/+12 |
| * | python311Packages.colout: 0.12.0 -> 1.1•••Diff: https://github.com/nojhan/colout/compare/v0.12.0...v1.1 | Fabian Affolter | 2023-05-18 | 1 | -2/+2 |
| * | python3Packages.colout: init at 0.12.0 | Bruno Adelé | 2023-05-05 | 1 | -0/+45 |
