| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 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 |
| * | treewide: remove `refs/tags/` from github release `meta.changelog` urls•••diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:
https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
| Peder Bergebakken Sundt | 2024-08-29 | 1 | -1/+1 |
| * | python312Packages.bx-py-utils: 96 -> 98•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v96...98
Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v98
| Robert Schütz | 2024-08-26 | 1 | -2/+2 |
| * | python312Packages.bx-py-utils: 95 -> 96•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v95...96
Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v96
| Robert Schütz | 2024-08-19 | 1 | -2/+2 |
| * | python312Packages.bx-py-utils: 94 -> 95•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v94...v95
Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v95
| Robert Schütz | 2024-08-15 | 1 | -2/+2 |
| * | python312Packages.bx-py-utils: 93 -> 94•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v93...v94
Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v94
| Robert Schütz | 2024-08-07 | 1 | -3/+3 |
| * | python312Packages.bx-py-utils: 91 -> 93•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v91...v93
Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v93
| Robert Schütz | 2024-07-19 | 1 | -4/+6 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -22/+21 |
| * | 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.bx-py-utils: 88 -> 91•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v88...v91
Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v89
https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v90
https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v91
| Robert Schütz | 2024-01-20 | 1 | -2/+2 |
| * | python311Packages.bx-py-utils: 80 -> 88•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v80...v88
| Robert Schütz | 2023-11-26 | 1 | -3/+3 |
| * | python3Packages.bx-py-utils: add changelog to meta | natsukium | 2023-05-30 | 1 | -0/+1 |
| * | python3Packages.bx-py-utils: disable a broken test on darwin | natsukium | 2023-05-30 | 1 | -0/+5 |
| * | python310Packages.bx-py-utils: 78 -> 80•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v78...v80
| Robert Schütz | 2023-05-22 | 1 | -2/+6 |
| * | python310Packages.bx-py-utils: disable failing tests•••Fallout from the last bs4 update.
| Martin Weinelt | 2023-05-16 | 1 | -0/+6 |
| * | python310Packages.bx-py-utils: 76 -> 78•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v76...v78
Changelog: https://github.com/boxine/bx_py_utils/releases/tag/v78
| Robert Schütz | 2023-04-23 | 1 | -2/+2 |
| * | python310Packages.bx-py-utils: 75 -> 76•••Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v75...v76
| Robert Schütz | 2023-02-27 | 1 | -2/+2 |
| * | python310Packages.bx-py-utils: init at 75 | Robert Schütz | 2023-02-01 | 1 | -0/+73 |