nixpkgs/pkgs/shells/zsh
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
..
agdsn-zsh-config treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
agkozak-zsh-prompt agkozak-zsh-prompt: 3.11.3 -> 3.11.4 2024-09-06 00:25:44 +00:00
antibody treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
antidote antidote: 1.9.6 -> 1.9.7 2024-07-19 00:57:03 +00:00
antigen treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
fzf-zsh treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
gradle-completion treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
grml-zsh-config treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lambda-mod-zsh-theme treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
nix-zsh-completions Merge pull request #296608 from SebTM/nzc_sebtm_maintainer 2024-03-17 11:25:05 +00:00
oh-my-zsh oh-my-zsh: 2024-08-27 -> 2024-09-01 (#339190) 2024-09-04 10:35:40 -04:00
pure-prompt pure-prompt: remove 'with lib;' 2024-08-16 16:09:03 +02:00
spaceship-prompt spaceship-prompt: 4.15.3 -> 4.16.0 2024-06-19 15:53:58 +00:00
zi treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
zimfw treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
zinit zinit: Fixes missing man pages (#313045) 2024-09-13 09:46:16 +08:00
zplug treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
zsh-abbr zsh-abbr: 5.8.0 -> 5.8.2 2024-07-30 03:13:19 +00:00
zsh-autocomplete zsh-autocomplete: 23.07.13 -> 24.09.04 2024-09-04 15:00:23 +00:00
zsh-autopair zsh-autopair: 1.0 -> 1.0-unstable-2024-07-14 2024-09-20 09:58:05 +02:00
zsh-autosuggestions
zsh-bd treewide: remove trailing space in description 2024-07-26 03:38:50 +02:00
zsh-better-npm-completion
zsh-clipboard
zsh-command-time
zsh-completions lib/licenses: correct zsh to mit-modern 2024-08-11 17:44:58 +02:00
zsh-deer
zsh-defer
zsh-edit treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
zsh-f-sy-h
zsh-fast-syntax-highlighting
zsh-forgit zsh-forgit: 24.02.0 -> 24.09.0 2024-09-06 12:23:50 +00:00
zsh-fzf-history-search treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
zsh-fzf-tab zsh-fzf-tab: 1.1.1 -> 1.1.2 2024-05-12 22:37:09 -04:00
zsh-git-prompt
zsh-history treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
zsh-history-search-multi-word
zsh-history-substring-search
zsh-nix-shell
zsh-powerlevel9k treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
zsh-powerlevel10k treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
zsh-prezto Merge pull request #317533 from r-ryantm/auto-update/zsh-prezto 2024-06-12 00:43:09 +02:00
zsh-syntax-highlighting
zsh-system-clipboard treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
zsh-vi-mode treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
zsh-you-should-use treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
zsh-z
default.nix treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tz_completion.patch