nixpkgs/pkgs/by-name/as
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
..
as31 treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
asahi-bless treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
asahi-btsync treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
asahi-nvram treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
asahi-wifisync treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
asak asak: init at 0.3.3 2024-07-02 13:23:03 +03:00
asc-key-to-qr-code-gif pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
ascii-draw ascii-draw: 0.3.4 -> 0.4.0 2024-07-15 17:26:00 +08:00
asciinema-automation
asciiquarium-transparent treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
aseprite maintainers: remove vigress8 2024-07-02 11:39:58 +04:00
asfa treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
asl treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
asm-lsp asm-lsp: 0.7.4 -> 0.9.0 2024-09-06 04:16:39 +00:00
asn asn: 0.77.0 -> 0.78.0 2024-08-21 00:45:06 +00:00
asn1editor
asouldocs asouldocs: add passthru.tests.version 2024-09-17 22:02:51 +02:00
assemblyscript pkgs/by-name: Convert hashes to SRI format 2024-09-15 11:24:31 +02:00
assetfinder assetfinder: migrate to buildGoModule 2024-06-07 22:24:59 +02:00
ast-grep ast-grep: 0.27.0 -> 0.27.1 2024-09-19 04:35:15 +00:00
astartectl astartectl: 24.5.0 -> 24.5.2 2024-09-22 23:26:00 +00:00
astro-language-server astro-language-server: init at 2.10.0 2024-08-05 18:36:54 +03:00
async-profiler treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00