nixpkgs/pkgs/development/compilers/dotnet
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
..
8 dotnet: 8.0.7 -> 8.0.8 2024-08-19 19:48:18 -03:00
9 dotnet: 9.0.0-preview.7 -> 9.0.0-rc.1 2024-09-16 09:02:56 -03:00
completions dotnet: added shell completion scripts 2024-03-30 20:49:56 +10:00
versions dotnet: 9.0.0-preview.7 -> 9.0.0-rc.1 2024-09-16 09:02:56 -03:00
build-dotnet.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
combine-deps.nix dotnetCorePackages.dotnet_9.vmr: 9.0.0-preview.1 -> 9.0.0-preview.2 2024-04-05 10:56:22 -03:00
combine-packages.nix dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00
common.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
default.nix dotnetCorePackages: split fetch-deps logic into addNuGetDeps 2024-09-17 01:12:11 -03:00
dotnet-sdk-setup-hook.sh dotnet-sdk-setup-hook.sh: add linkNuGetPackagesAndSources 2024-09-17 01:14:27 -03:00
dotnet-setup-hook.sh dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00
dotnet.nix dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00
fix-aspnetcore-portable-build.patch dotnetCorePackages.dotnet_8: init at 8.0.2 2024-03-03 15:15:08 -04:00
nuget-package-hook.nix nuget-package-hook: move package unpacking from buildDotnetModule 2024-09-17 01:12:11 -03:00
nuget-package-hook.sh nuget-package-hook: unpack nuspec as lower-case 2024-09-17 01:12:12 -03:00
packages.nix dotnet: use bash instead of tr to downcase package ids 2024-09-17 01:12:12 -03:00
patch-npm-packages.proj dotnetCorePackages.dotnet_9.vmr: 9.0.0-preview.1 -> 9.0.0-preview.2 2024-04-05 10:56:22 -03:00
patch-nupkgs.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
patch-restored-packages.proj dotnetCorePackages.dotnet_9.vmr: 9.0.0-preview.2 -> 9.0.0-preview.4 2024-06-06 20:24:36 -03:00
record-downloaded-packages.proj dotnetCorePackages.dotnet_8: init at 8.0.2 2024-03-03 15:15:08 -04:00
sign-apphost.nix dotnetCorePackages.dotnet_8: init at 8.0.2 2024-03-03 15:15:08 -04:00
sign-apphost.proj dotnetCorePackages.dotnet_8: init at 8.0.2 2024-03-03 15:15:08 -04:00
sigtool.nix tree-wide: use top-level cctools 2024-07-17 22:36:19 -04:00
stage0.nix nuget-to-nix: use dotnet from PATH 2024-09-17 01:12:11 -03:00
stage1.nix dotnet: expose stage0 vmr derivations (#326815) 2024-09-07 09:00:28 -03:00
update.nix dotnet: 9.0.0-preview.4 -> 9.0.0-preview.5 2024-06-13 17:19:42 -03:00
update.sh dotnet: 9.0.0-preview.7 -> 9.0.0-rc.1 2024-09-16 09:02:56 -03:00
vmr.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00