| 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: remove remaining `meta = with lib;` | Ihar Hrachyshka | 2025-12-14 | 1 | -2/+2 |
| * | 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 | -1/+1 |
| * | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 1 | -14/+13 |
| * | python313Packages.breezy: 3.3.10 -> 3.3.12•••Updated to include fix for https://bugs.launchpad.net/brz/+bug/2103478 | Katherina Walshe-Grey | 2025-06-04 | 2 | -12/+12 |
| * | python3Packages.breezy: 3.3.7 -> 3.3.10•••Updated the package because pyo3 not supporting python3.13 in the previous | Clément | 2025-03-22 | 2 | -167/+50 |
| * | treewide: replace passthru.optional-dependencies with optional-dependencies | Robert Schütz | 2024-09-29 | 1 | -8/+9 |
| * | 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 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -52/+45 |
| * | maintainers: drop marsam | Mario Rodas | 2024-04-24 | 1 | -1/+1 |
| * | python311Packages.breezy: 3.3.6 -> 3.3.7•••Diff: https://github.com/breezy-team/breezy/compare/brz-3.3.6...brz-3.3.7 Changelog: https://github.com/breezy-team/breezy/blob/brz-3.3.7/doc/en/release-notes/brz-3.3.txt | Mario Rodas | 2024-04-03 | 2 | -6/+6 |
| * | python311Packages.breezy: 3.3.5 -> 3.3.6•••Diff: https://github.com/breezy-team/breezy/compare/brz-3.3.5...brz-3.3.6 Changelog: https://github.com/breezy-team/breezy/blob/brz-3.3.6/doc/en/release-notes/brz-3.3.txt | Mario Rodas | 2024-04-01 | 2 | -40/+50 |
| * | python311Packages.breezy: 3.3.4 -> 3.3.5•••Diff: https://github.com/breezy-team/breezy/compare/brz-3.3.4...brz-3.3.5 Changelog: https://github.com/breezy-team/breezy/blob/brz-3.3.5/doc/en/release-notes/brz-3.3.txt | Mario Rodas | 2024-01-27 | 2 | -65/+65 |
| * | breezy: add patch for differentiating GitLab forges properly | Luke Granger-Brown | 2023-10-14 | 1 | -0/+9 |
| * | breezy: add github support•••Breezy offers Github support as a `forge` which is used by [`silver-platter`](https://github.com/jelmer/silver-platter), which I'm currently importing into nixpkgs. | Luke Granger-Brown | 2023-09-23 | 1 | -1/+6 |
| * | python310Packages.breezy: 3.3.3 -> 3.3.4•••Diff: https://github.com/breezy-team/breezy/compare/brz-3.3.3...brz-3.3.4 Changelog: https://github.com/breezy-team/breezy/blob/brz-3.3.4/doc/en/release-notes/brz-3.3.txt | Mario Rodas | 2023-09-08 | 2 | -72/+75 |
| * | python310Packages.breezy: add changelog to meta | Mario Rodas | 2023-05-27 | 1 | -0/+1 |
| * | python310Packages.breezy: 3.3.2 -> 3.3.3 | Mario Rodas | 2023-05-27 | 2 | -101/+117 |
| * | treewide: don't use rustPlatform.rust•••This will be deprecated in the next commit. | Alyssa Ross | 2023-05-12 | 1 | -2/+4 |
| * | python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. | Martin Weinelt | 2023-03-03 | 1 | -1/+1 |
| * | python310Packages.breezy: 3.2.2 -> 3.3.2 | Mario Rodas | 2023-03-01 | 2 | -13/+389 |
| * | 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 |
| * | breezy: install completions | Mario Rodas | 2022-04-30 | 1 | -0/+5 |
| * | breezy: 3.2.1 -> 3.2.2 | Mario Rodas | 2022-04-30 | 1 | -5/+15 |
| * | breezy: 3.2.0 -> 3.2.1 | R. RyanTM | 2021-07-09 | 1 | -2/+2 |
| * | breezy: 3.1.0 -> 3.2.0 | R. RyanTM | 2021-05-04 | 1 | -2/+2 |
| * | python3Packages.breezy: fix build | Sebastian Wild | 2020-12-07 | 1 | -1/+2 |
| * | python3Packages.breezy: 3.0.2 -> 3.1.0 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | Revert "python: breezy: 3.0.2 -> 3.1.0"•••This reverts commit 89437751f958b32123f5593a7268da5e40de0e80. Build adds more dependencies | Jonathan Ringer | 2020-08-19 | 1 | -2/+2 |
| * | python: breezy: 3.0.2 -> 3.1.0 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| * | breezy: init at 3.0.2 | Mario Rodas | 2020-02-28 | 1 | -0/+41 |
