| 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.archspec: 0.2.4 -> 0.2.5•••https://github.com/archspec/archspec/releases/tag/v0.2.5 | Martin Weinelt | 2025-01-27 | 1 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python311Packages.archspec: 0.2.3 -> 0.2.4•••Diff: https://github.com/archspec/archspec/compare/refs/tags/v0.2.3...v0.2.4 Changelog: https://github.com/archspec/archspec/releases/tag/v0.2.4 | Fabian Affolter | 2024-06-09 | 1 | -5/+5 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -18/+16 |
| * | Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix | Martin Weinelt | 2024-03-19 | 1 | -0/+1 |
| |\ | |||||
| | * | 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 |
| * | | python3Packages.archspec: 0.2.2 -> 0.2.3•••https://github.com/archspec/archspec/releases/tag/v0.2.3 | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| |/ | |||||
| * | python311Packages.archspec: 0.2.1 -> 0.2.2•••Diff: https://github.com/archspec/archspec/compare/refs/tags/v0.2.1...v0.2.2 Changelog: https://github.com/archspec/archspec/releases/tag/v0.2.2 | Fabian Affolter | 2024-01-06 | 1 | -6/+6 |
| * | python310Packages.archspec: 0.2.0 -> 0.2.1•••Diff: https://github.com/archspec/archspec.git/compare/refs/tags/v0.2.0...v0.2.1 Changelog: https://github.com/archspec/archspec/releases/tag/v0.2.1 | Fabian Affolter | 2023-05-21 | 1 | -3/+3 |
| * | 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.archspec: 0.1.4 -> 0.2.0•••Diff: https://github.com/archspec/archspec.git/compare/refs/tags/v0.1.4...v0.2.0 Changelog: https://github.com/archspec/archspec/releases/tag/v0.2.0 | Fabian Affolter | 2023-01-08 | 1 | -8/+9 |
| * | python310Packages.archspec: add changelog to meta | Fabian Affolter | 2023-01-08 | 1 | -7/+20 |
| * | archspec: init 0.1.4 | Átila Saraiva | 2022-06-15 | 1 | -0/+36 |
