| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python313Packages.aiomisc: migrate to finalAttrs | Fabian Affolter | 2026-01-21 | 1 | -4/+4 |
| * | python313Packages.aiomisc: 17.9.9 -> 17.10.3•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2026-01-21 | 1 | -4/+8 |
| * | 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: use lib.concatAttrValues to obtain all optional-dependencies | Robert Schütz | 2025-11-27 | 1 | -1/+1 |
| * | python313Packages.aiomisc: 17.9.6 -> 17.9.9•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2025-11-22 | 1 | -2/+2 |
| * | python313Packages.aiomisc: remove disabled | Fabian Affolter | 2025-10-31 | 1 | -5/+0 |
| * | python3Packages.aiomisc: 17.9.4 -> 17.9.6 | R. Ryantm | 2025-10-29 | 1 | -2/+2 |
| * | python3Packages.aiomisc: 17.7.8 -> 17.9.4•••https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md This commit was automatically generated using update-python-libraries. | Martin Weinelt | 2025-08-09 | 1 | -2/+2 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -5/+7 |
| * | python313Packages.aiomisc: 17.7.7 -> 17.7.8•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2025-07-08 | 1 | -2/+2 |
| * | python3Packages.aiomisc: 17.7.3 -> 17.7.7 | R. Ryantm | 2025-05-03 | 1 | -2/+2 |
| * | python3Packages.aiomisc: 17.6.3 -> 17.7.3•••https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md This commit was automatically generated using update-python-libraries. | Martin Weinelt | 2025-04-03 | 1 | -2/+2 |
| * | python313Packages.aiomisc: 17.5.31 -> 17.6.3•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2025-02-12 | 1 | -2/+2 |
| * | python312Packages.aiomisc: 17.5.29 -> 17.5.31•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2025-01-01 | 1 | -2/+2 |
| * | python312Packages.aiomisc: 17.5.26 -> 17.5.29•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2024-11-28 | 1 | -2/+2 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -2/+2 |
| * | treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`•••In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` | Artturin | 2024-09-25 | 1 | -1/+1 |
| * | python312Packages.aiomisc: 17.5.25 -> 17.5.26•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2024-08-24 | 1 | -2/+2 |
| * | python312Packages.aiomisc: 17.5.24 -> 17.5.25•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2024-08-05 | 1 | -2/+2 |
| * | python312Packages.aiomisc: 17.5.19 -> 17.5.24•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2024-06-06 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.5.15 -> 17.5.19 | R. Ryantm | 2024-05-15 | 1 | -2/+2 |
| * | python312Packages.aiomisc: 17.5.6 -> 17.5.15•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2024-05-08 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.5.4 -> 17.5.6 | R. Ryantm | 2024-04-20 | 1 | -2/+2 |
| * | python311Packages.aiomisc: adjust inputs | Fabian Affolter | 2024-04-03 | 1 | -19/+14 |
| * | python311Packages.aiomisc: use nixfmt | Fabian Affolter | 2024-04-03 | 1 | -33/+24 |
| * | python311Packages.aiomisc: refactor | Fabian Affolter | 2024-03-29 | 1 | -2/+2 |
| * | python311Packages.aiomisc: update disabled | Fabian Affolter | 2024-03-29 | 1 | -1/+1 |
| * | python311Packages.aiomisc: 17.5.2 -> 17.5.4 | R. Ryantm | 2024-03-17 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.4.1 -> 17.5.2 | R. Ryantm | 2024-03-14 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.3.48 -> 17.4.1 | R. Ryantm | 2024-03-09 | 1 | -2/+2 |
| * | python311Packages.aiomisc: refactor | Fabian Affolter | 2024-03-07 | 1 | -4/+2 |
| * | python311Packages.aiomisc: 17.3.41 -> 17.3.48•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2024-03-07 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.3.25 -> 17.3.41•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2023-11-21 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.3.23 -> 17.3.25•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2023-11-15 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.3.21 -> 17.3.23•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2023-09-29 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.3.4 -> 17.3.21•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2023-07-25 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.3.2 -> 17.3.4•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2023-07-10 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.3.0 -> 17.3.2•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2023-06-02 | 1 | -2/+2 |
| * | python311Packages.aiomisc: 17.2.2 -> 17.3.0•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2023-05-24 | 1 | -2/+2 |
| * | python310Packages.aiomisc: 17.1.4 -> 17.2.2•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2023-05-03 | 1 | -2/+2 |
| * | python310Packages.aiomisc: 17.0.8 -> 17.1.4•••Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md | Fabian Affolter | 2023-04-27 | 1 | -2/+2 |
| * | python310Packages.aiomisc: add changelog to meta | Fabian Affolter | 2023-04-03 | 1 | -0/+1 |
| * | python310Packages.aiomisc: 16.3.15 -> 17.0.8 | Fabian Affolter | 2023-04-03 | 1 | -3/+10 |
| * | python310Packages.aiomisc: 16.2.10 -> 16.3.15 | Fabian Affolter | 2023-02-09 | 1 | -2/+2 |
| * | 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.aiomisc: 16.2 -> 16.2.10 | Fabian Affolter | 2022-12-17 | 1 | -12/+13 |
| * | python310Packages.aiomisc: init at 16.2 | Fabian Affolter | 2022-09-23 | 1 | -0/+88 |
