| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.ffmpy: 0.4.0 -> 0.5.0•••Diff: https://github.com/Ch00k/ffmpy/compare/refs/tags/0.4.0...0.5.0
| Peder Bergebakken Sundt | 2024-12-24 | 1 | -3/+3 |
| * | 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.ffmpy: 0.3.2 -> 0.4.0•••Diff: https://github.com/Ch00k/ffmpy/compare/refs/tags/0.3.2...0.4.0
| Peder Bergebakken Sundt | 2024-07-30 | 1 | -8/+10 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -12/+11 |
| * | python311Packages.ffmpy: disable failing test | Peder Bergebakken Sundt | 2024-05-08 | 1 | -0/+6 |
| * | treewide: `--replace` -> `--replace-fail`•••Hardening the packages I maintain.
We use `--replace-fail` in every case except for `python3Packages.remi`, which does a glob `--replace-quiet` to reduce warnings
| Peder Bergebakken Sundt | 2024-04-21 | 1 | -1/+1 |
| * | python311Packages.ffmpy: 0.3.1 -> 0.3.2 | Peder Bergebakken Sundt | 2024-02-15 | 1 | -3/+8 |
| * | python3Packages.ffmpy: init at 0.3.1•••Co-authored-by: Yt <happysalada@tuta.io>
| Peder Bergebakken Sundt | 2023-08-08 | 1 | -0/+55 |