| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | 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.desktop-notifier: 5.0.1 -> 6.0.0 | Stefan Frijters | 2024-09-12 | 1 | -6/+10 |
| * | python3Packages.desktop-notifier: 5.0.0 -> 5.0.1 | Stefan Frijters | 2024-07-10 | 1 | -2/+2 |
| * | python311Packages.desktop-notifier: 4.0.0 -> 5.0.0 | R. Ryantm | 2024-06-24 | 1 | -2/+2 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -22/+16 |
| * | python3Packages.desktop-notifier: refactor | Stefan Frijters | 2024-05-08 | 1 | -3/+3 |
| * | python3Packages.desktop-notifier: 3.5.6 -> 4.0.0 | Stefan Frijters | 2024-05-08 | 1 | -2/+2 |
| * | python310Packages.desktop-notifier: enable darwin support | natsukium | 2024-04-28 | 1 | -1/+3 |
| * | python3Packages.desktop-notifier: 3.5.4 -> 3.5.6 | Stefan Frijters | 2023-07-11 | 1 | -4/+2 |
| * | python3Packages.desktop-notifier: 3.5.3 -> 3.5.4 | Stefan Frijters | 2023-07-06 | 1 | -3/+2 |
| * | python3Packages.desktop-notifier: 3.5.2 -> 3.5.3 | Stefan Frijters | 2023-05-22 | 1 | -2/+2 |
| * | python3Packages.desktop-notifier: 3.5.1 -> 3.5.2 | Stefan Frijters | 2023-05-04 | 1 | -2/+2 |
| * | python3Packages.desktop-notifier: 3.4.3 -> 3.5.1 | Stefan Frijters | 2023-05-01 | 1 | -2/+2 |
| * | python310Packages.desktop-notifier: 3.4.2 -> 3.4.3 | R. Ryantm | 2023-02-07 | 1 | -2/+2 |
| * | python310Packages.desktop-notifier: add changelog to meta•••- update disabled | Fabian Affolter | 2022-11-22 | 1 | -4/+9 |
| * | python310Packages.desktop-notifier: 3.4.1 -> 3.4.2 | R. Ryantm | 2022-11-22 | 1 | -2/+2 |
| * | python310Packages.desktop-notifier: 3.4.0 -> 3.4.1 | R. Ryantm | 2022-10-13 | 1 | -3/+3 |
| * | python3Packages.desktop-notifier: add setuptools to nativeBuildInputs | Martin Weinelt | 2022-09-16 | 1 | -0/+5 |
| * | python310Packages.desktop-notifier: 3.3.5 -> 3.4.0 | R. Ryantm | 2022-03-30 | 1 | -2/+2 |
| * | python3Packages.desktop-notifier: 3.3.2 -> 3.3.5 (#162762)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | Stefan Frijters | 2022-03-27 | 1 | -2/+3 |
| * | python3Packages.desktop-notifier: 3.3.1 -> 3.3.2 | Stefan Frijters | 2021-08-22 | 1 | -2/+2 |
| * | python3Packages.desktop-notifier: 3.3.0 -> 3.3.1•••Switched to GitHub fetcher because Pypi doesn't supply required resources in their tarball. | Stefan Frijters | 2021-08-15 | 1 | -5/+7 |
| * | python3Packages.desktop-notifier: 3.2.3 -> 3.3.0 | Stefan Frijters | 2021-06-26 | 1 | -2/+4 |
| * | python37Packages.desktop-notifier: 3.2.2 -> 3.2.3 | R. RyanTM | 2021-03-02 | 1 | -2/+2 |
| * | python37Packages.desktop-notifier: 3.2.0 -> 3.2.2 | R. RyanTM | 2021-02-22 | 1 | -2/+2 |
| * | pythonPackages.desktop-notifier: init at 3.2.0 | Stefan Frijters | 2021-02-17 | 1 | -0/+38 |
