Commit Graph

9 Commits

Author SHA1 Message Date
R. Ryantm
cf772c1b56 fluent-bit: 3.1.9 -> 3.1.10 2024-11-09 02:03:04 +00:00
R. Ryantm
ed4895b4d0 fluent-bit: 3.1.8 -> 3.1.9 2024-10-04 22:08:34 +02:00
Artturin
e0464e4788 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"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
f185333baa fluent-bit: 3.1.7 -> 3.1.8 2024-09-17 04:26:25 +00:00
R. Ryantm
d98bc8b252 fluent-bit: 3.1.6 -> 3.1.7 2024-09-03 01:07:24 +00:00
R. Ryantm
e591b806c7 fluent-bit: 3.1.5 -> 3.1.6 2024-08-19 05:34:04 +00:00
R. Ryantm
4cb6719cfb fluent-bit: 3.1.4 -> 3.1.5 2024-08-11 21:29:45 +00:00
R. Ryantm
3ad3b5c925 fluent-bit: 3.1.3 -> 3.1.4 2024-08-03 09:20:43 +00:00
Franz Pletz
436548a5b5
fluent-bit: move to by-name 2024-07-21 21:06:53 +02:00