nixpkgs/pkgs/by-name/in
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
..
incus incus-lts: 6.0.1 -> 6.0.2 2024-09-19 12:17:17 -04:00
indi-full indi-full: refactor 3rdparty drivers 2024-08-18 01:05:52 +02:00
indi-full-nonfree indi-full: refactor 3rdparty drivers 2024-08-18 01:05:52 +02:00
indi-with-drivers indi-full: refactor 3rdparty drivers 2024-08-18 01:05:52 +02:00
inflow pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
influxdb-cxx
ingress2gateway ingress2gateway: 0.2.0 -> 0.3.0 2024-08-22 02:25:27 +00:00
inhibridge
inja
inko
inotify-info
insert-dylib
inshellisense treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
installShellFiles installShellFiles: set passthru directly instead of overriding it 2024-08-28 18:52:12 -03:00
insync
insync-emblem-icons
insync-nautilus
integresql
intelephense intelephense: 1.12.5 -> 1.12.6 2024-09-17 12:04:42 +02:00
inter-nerdfont
intercal treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
intiface-central treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
intune-portal treewide: change ${pname} to string literal (#336172) 2024-08-20 15:56:55 -07:00
inv-sig-helper treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
invidious-router
invidtui