nixpkgs/pkgs/development/web
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
..
bloomrpc
boa treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bootstrap-studio bootstrap-studio: 6.7.0 -> 6.7.2 2024-06-13 08:41:04 +00:00
bun treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
cog adwaita-icon-theme: Move from gnome scope to top-level 2024-07-01 08:26:46 +02:00
cypress cypress: use lowercase executable 2024-09-14 17:35:21 -04:00
deno treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
edge-runtime treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
flyctl flyctl: 0.3.1 -> 0.3.6 2024-09-20 06:25:53 +00:00
function-runner function-runner: 6.0.0 -> 6.2.1 2024-09-15 11:58:45 +00:00
grails
ihp-new
insomnia treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kcgi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kore treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
lucky-cli treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
mailcatcher treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
minify minify: 2.20.35 -> 2.20.37 2024-07-19 11:03:35 +00:00
netlify-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
newman newman: 6.1.2 -> 6.1.3 2024-06-11 03:35:47 +00:00
nodejs nodejs_22: 22.7.0 -> 22.8.0 2024-09-03 18:46:18 +02:00
playwright playwright: Use pre-built browsers, update them... 2024-09-20 14:52:35 +02:00
pnpm-lock-export treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
postman treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
protege-distribution treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
publii treewide: Remove ending period from meta.description 2024-06-09 23:04:51 +02:00
shopify-themekit treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
twitter-bootstrap
valum
wml
woff2
xmlindent