nixpkgs/pkgs/tools/admin
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
..
acme-sh treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
afterburn afterburn: 5.5.1 -> 5.6.0 2024-06-19 00:27:06 +00:00
aliyun-cli treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
amazon-ecr-credential-helper amazon-ecr-credential-helper: 0.8.0 -> 0.9.0 2024-09-18 01:27:39 +00:00
analog analog: 6.0.17 -> 6.0.18 2024-08-15 00:23:22 +00:00
ansible ansible-lint: 24.7.0 -> 24.9.0 2024-09-14 04:17:48 +00:00
auth0-cli auth0-cli: 1.4.0 -> 1.5.0 2024-09-13 14:06:27 +00:00
aws-assume-role aws-assume-role: migrate to buildGoModule 2024-06-07 22:36:28 +02:00
aws-lambda-runtime-interface-emulator aws-lambda-rie: 1.19 -> 1.20 2024-06-20 05:44:59 +00:00
aws-mfa
aws-nuke
aws-rotate-key
aws-sso-creds
awscli awscli: 1.33.11 -> 1.33.13 2024-08-09 14:48:20 +02:00
awslimitchecker treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
awslogs awslogs: 0.14.0 -> 0.15.0 2024-05-23 12:54:23 +02:00
awsls treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
awsrm treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
awsume treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
awsweeper treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
balena-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bash-my-aws
berglas treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
bluemix-cli
bom treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
boulder boulder: 2024-07-02 -> 2024-07-16 2024-07-19 05:32:30 +00:00
bubblewrap bubblewrap: 0.9.0 -> 0.10.0 2024-08-14 21:32:33 +02:00
cdist
certigo treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
cf-vault
chamber chamber: 3.0.1 -> 3.1.0 2024-08-27 03:12:46 +00:00
chkcrontab treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
cjdns-tools treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
clair treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
cli53
coldsnap treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
colmena treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute 2024-08-04 10:50:48 +09:00
copilot-cli copilot-cli: 1.33.4 -> 1.34.0 2024-06-27 00:43:22 +00:00
credhub-cli credhub-cli: 2.9.37 -> 2.9.38 2024-09-23 11:28:35 +00:00
cw treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
daemontools treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
damon treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
dehydrated
docker-credential-helpers treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
drawterm drawterm: 0-unstable-2024-07-03 -> 0-unstable-2024-09-08 2024-09-08 17:58:02 +00:00
ejson2env ejson2env: add tests 2024-06-03 10:52:30 +10:00
exoscale-cli
fastlane treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
fbvnc
fioctl treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
fits-cloudctl fits-cloudctl: 0.12.20 -> 0.12.21 2024-07-09 14:01:06 +00:00
gam
gimme-aws-creds treewide: Pass self when overriding Python 2024-08-03 12:18:56 +12:00
gixy treewide: Pass self when overriding Python 2024-08-03 12:18:56 +12:00
google-cloud-sdk treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
granted granted: 0.32.0 -> 0.33.0 2024-09-13 09:45:14 +00:00
gtk-vnc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hedgedoc-cli
iamy treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
ibmcloud-cli ibmcloud-cli: 2.17.0 -> 2.27.0 2024-08-30 11:02:11 +01:00
infra
itamae
kics kics: 2.0.1 -> 2.1.2 2024-09-10 10:58:31 +02:00
lego lego: 4.17.3 -> 4.17.4 2024-06-12 05:24:22 +00:00
manta
meraki-cli treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
meshcentral meshcentral: 1.1.29 -> 1.1.30 2024-09-16 10:20:58 +00:00
mycli treewide: sha256 -> hash attribute for pypi fetchers 2024-07-14 01:25:22 +08:00
netbox2netshot treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
netplan
nomachine-client nomachine-client: 8.4.2 -> 8.13.1 2024-07-28 22:43:35 -07:00
oci-cli treewide: Pass self when overriding Python 2024-08-03 12:18:56 +12:00
okta-aws-cli okta-aws-cli: 2.3.0 -> 2.3.1 2024-09-04 03:57:43 +00:00
ossutil treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
oxidized oxidized: 0.29.1 -> 0.30.1 2024-07-11 15:28:46 +02:00
pbm treewide: change nugetSha256 to nugetHash 2024-07-04 20:16:51 +08:00
pebble Revert "pebble: 2.4.0 -> 2.6.0 and fix version info" 2024-08-02 12:07:39 +03:00
pgadmin treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
procs treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
proxmove treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00
pulsarctl
pulumi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pulumi-bin treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pulumi-packages treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
qovery-cli qovery-cli: 1.2.5 -> 1.2.6 2024-09-04 06:19:21 +00:00
rhoas rhoas: fix shell completion install 2024-07-17 00:52:31 +02:00
rset treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
s3bro
salt salt: 3007.0 -> 3007.1 2024-05-24 21:50:28 +00:00
scaleway-cli scaleway-cli: 2.33.0 -> 2.34.0 2024-09-18 11:28:21 -04:00
scalr-cli treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
sec
sewer sewer: 0.8.1 -> 0.8.4 2024-08-22 04:51:51 +00:00
simp_le simp_le: use PEP517 builder 2024-06-01 17:26:21 +02:00
ssh-import-id
ssl-cert-check
ssmsh treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
stripe-cli stripe-cli: 1.21.3 -> 1.21.5 2024-09-06 03:32:30 +00:00
swapspace
synapse-admin synapse-admin: reuse yarn.lock from src 2024-07-30 22:56:32 +02:00
tigervnc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tlsclient
trinsic-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
triton
trivy trivy: adjust ldflags 2024-09-19 22:45:44 +02:00
try
turbovnc turbovnc: 3.1.1 -> 3.1.2 2024-08-09 03:07:16 +00:00
uacme treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
virtscreen
wander
winbox winbox: refactor, fix broken build, 3.40 -> 3.41 2024-07-24 12:40:56 +02:00
zbctl treewide: Remove the definite article from meta.description 2024-06-09 23:08:46 +02:00