nixpkgs/pkgs/shells
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
..
bash treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
carapace carapace: 1.0.5 -> 1.0.6 2024-09-13 07:58:34 +05:30
dash treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
es es: fix on new compilers 2024-06-21 15:53:11 +10:00
fish treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
fzf-git-sh Merge pull request #296261 from becknik/fix-fzf-git-sh2 2024-03-29 11:26:02 -07:00
hilbish hilbish: 2.2.3 -> 2.3.2 2024-08-08 08:28:49 +00:00
hishtory hishtory: 0.303 -> 0.304 2024-08-19 13:16:57 +00:00
ion treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ksh ksh: reformat, use finalAttrs over rec 2024-05-15 09:21:57 +02:00
liquidprompt liquidprompt: 2.2.0 -> 2.2.1 2024-07-05 11:32:24 -03:00
mrsh treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
murex murex: 6.2.4000 -> 6.3.4225 2024-09-19 02:11:31 +00:00
nix-your-shell treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
nsh treewide: convert cargoSha256 to cargoHash 2024-07-03 21:54:10 +08:00
nushell treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
oh treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
oksh oksh: link to ncurses 2024-04-14 23:23:23 -04:00
powershell treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rc-9front treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
rush treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
scponly treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
yash treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
zsh treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00