nixpkgs/pkgs/shells/fish/plugins
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
..
foreign-env treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
async-prompt.nix
autopair.nix
bass.nix
bobthefish.nix treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
bobthefisher.nix treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
build-fish-plugin.nix
clownfish.nix
colored-man-pages.nix
default.nix fishPlugin.fish-git-abbr: init at 0.2.1-unstable-2023-06-19 (#297873) 2024-05-11 23:12:00 +09:00
done.nix
fifc.nix
fishtape_3.nix
fishtape.nix
forgit.nix fishPlugins.forgit: 24.06.0 -> 24.09.0 2024-09-01 01:00:00 +00:00
fzf-fish.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
fzf.nix
git-abbr.nix fishPlugin.fish-git-abbr: init at 0.2.1-unstable-2023-06-19 (#297873) 2024-05-11 23:12:00 +09:00
github-copilot-cli-fish.nix
grc.nix
gruvbox.nix treewide: Remove ending period from meta.description 2024-06-09 23:04:51 +02:00
humantime-fish.nix
hydro.nix fishPlugins.hydro: change sha256 to hash 2024-07-15 13:59:13 -04:00
pisces.nix
plugin-git.nix
puffer.nix
pure.nix
sdkman-for-fish.nix
sponge.nix
tide.nix treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
transient-fish.nix
wakatime-fish.nix treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
z.nix