nixpkgs/pkgs/development/tools
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
..
aapt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
abuild
air
alloy
allure
altair-graphql-client altair: 7.3.5 -> 7.3.6 2024-09-16 01:20:14 +00:00
amazon-qldb-shell treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ameba
ammonite
amqpcat
analysis treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ansi
apkid
apko
apksigcopier
apksigner
apktool apktool: 2.9.3 -> 2.10.0 2024-09-17 12:23:50 +00:00
ashpd-demo
asmfmt
asn2quickder
async
ats-acc
avro-tools
aws-sam-cli aws-sam-cli: update formatting 2024-09-23 08:42:53 +02:00
azcopy
azure-functions-core-tools
azure-static-sites-client azure-static-sites-client: 1.0.026911 -> 19449a00c0269fefc8f29a6d01801c4b19308181 (#335758) 2024-09-05 16:30:49 -04:00
b4 b4: 0.14.1 -> 0.14.2 2024-09-20 09:53:48 +02:00
backblaze-b2
bacon treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bashate bashate: enable pyproject = true 2024-09-09 18:55:50 +02:00
bazel-gazelle
bazel-kazel
bazel-watcher
bazelisk bazelisk: 1.20.0 -> 1.21.0 2024-09-07 03:45:28 +00:00
bbin
bearer
benthos
bin2c treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
bingo
biodiff
bloaty
bloom
bodyclose
bomber-go
boomerang
boost-build
bpf-linker bpf-linker: 0.9.12-unstable-2024-07-31 -> 0.9.13 2024-08-27 07:33:49 -04:00
buf buf: 1.40.1 -> 1.42.0 2024-09-19 07:04:44 +00:00
build-managers treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
buildah treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
buildkit treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
buildpack
bundletool bundletool: 1.17.0 -> 1.17.1 (#329475) 2024-09-09 23:15:58 +02:00
bunyan-rs
butane
cadre
cambalache
capnproto-java
capnproto-rust
carto
cbfmt
cdecrypt
ceedling
cfn-nag
changie
check
check-jsonschema check-jsonschema: 0.28.5 -> 0.29.2 2024-08-27 11:16:15 +00:00
checkmake
checkmate
chit treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
circup circup: 1.4.0 -> 2.0.4 2024-09-05 11:34:26 +02:00
clean-css-cli
click
clj-kondo clj-kondo: Remove duplicate postInstall logic (#284337) 2024-09-11 13:05:30 +01:00
clog-cli
cloud-nuke cloud-nuke: 0.37.1 -> 0.37.2 2024-08-29 01:35:59 +00:00
cloudsmith-cli
cmake-format
cobra-cli
cocoapods
cocogitto treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
code-maat
codeowners
coder coder: 2.14.2 -> 2.14.3 2024-09-15 23:01:05 +00:00
codespell treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
comby treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
compass
compile-daemon
confluent-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
conftest
container2wasm container2wasm: 0.6.4 -> 0.6.5 2024-08-30 12:59:00 +00:00
continuous-integration treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
corundum
cotton treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
coursier coursier: 2.1.10 -> 2.1.11 (#340930) 2024-09-10 10:50:40 -04:00
cpm-cmake
cppclean
crd2pulumi crd2pulumi: 1.4.0 -> 1.5.0 2024-09-14 00:56:48 +00:00
ctlptl ctlptl: 0.8.33 -> 0.8.34 2024-09-18 01:31:52 +00:00
cuelsp
dapper
database treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
datree
dazel
dbus-test-runner
dcadec
ddosify
deadnix
dec-decode
delve treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
detekt detekt: 1.23.6 -> 1.23.7 2024-09-09 01:37:20 +00:00
devbox
devd
devpi-client
devpi-server
devpod treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
devtodo
distgen distgen: 1.17 -> 1.18 2024-08-23 22:26:45 +02:00
dive treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
djhtml
djlint djlint: 1.34.1 -> 1.35.2 2024-09-04 14:56:22 +00:00
doc2go
dockfmt
dockle
doctl doctl: 1.112.0 -> 1.114.0 2024-09-21 22:36:50 +00:00
documentation treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dprint treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
drip
drm_info
dstp
dt-schema
dum
dump_syms treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
dyff
earthly treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
easyjson
ec2-metadata-mock ec2-metadata-mock: 1.11.2 -> 1.12.0 2024-09-10 00:45:57 +00:00
eclipse-mat
efm-langserver
ejs
ejson
electron treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
electron-fiddle electron-fiddle: use electron.dist 2024-08-27 21:37:15 +02:00
eliot-tree
elkhound
eltclsh
enochecker-test
ent
errcheck
esbuild
eslint_d
espup treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
evans
exhaustive
explain treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
extism-cli
f2c
faas-cli
fable fable: 4.19.3 -> 4.20.0 2024-09-14 22:30:18 +00:00
faq
fastddsgen fastddsgen: 4.0.0 -> 4.0.1 2024-09-12 15:43:34 +02:00
fastgron
fatcat
fblog
fermyon-spin treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
firebase-tools treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
fission fission: 1.20.3 -> 1.20.4 2024-09-02 13:00:29 +00:00
flamegraph
flatpak-builder
flawfinder
flock
flootty
flyway
fnlfmt
fnm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
fprettify
fq fq: 0.12.0 -> 0.13.0 2024-09-22 01:05:06 +00:00
frece
frink
frugal
fsautocomplete
functiontrace-server treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
fundoc
fusee-launcher
fusee-nano
galen
gamecube-tools
gammaray
garble treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gauge gaugePlugins.dotnet: 0.5.7 -> 0.6.0 2024-09-03 08:15:46 +00:00
gci gci: 0.13.4 -> 0.13.5 2024-09-04 13:58:08 +00:00
gcov2lcov
geckodriver treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gemstash
gendef
gi-crystal
ginkgo ginkgo: 2.20.1 -> 2.20.2 2024-08-29 05:34:48 +00:00
gir
git-ps-rs treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
github
github-changelog-generator
github-commenter
github-copilot-intellij-agent treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
glade treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
glamoroustoolkit glamoroustoolkit: 1.0.11 -> 1.1.0 2024-09-13 07:03:08 +02:00
gllvm treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
global-platform-pro
glpaper
glslviewer treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gnome-desktop-testing
gnulib
go-bindata
go-bindata-assetfs
go-callvis
go-containerregistry
go-jet
go-junit-report
go-migrate go-migrate: 4.17.1 -> 4.18.1 2024-09-09 01:44:15 +00:00
go-minimock go-minimock: 3.3.14 -> 3.4.0 2024-09-01 01:23:31 +00:00
go-mockery go-mockery: 2.45.1 -> 2.46.0 2024-09-22 07:14:04 +00:00
go-mod-graph-chart
go-motion
go-outline
go-protobuf
go-swag
go-swagger
go-task go-task: fail on unsuccessful substitution instead of warn 2024-09-02 15:36:47 +02:00
go-toml go-toml: 2.2.2 -> 2.2.3 2024-08-24 00:56:43 +00:00
go-tools
goa
gocode-gomod
goconst
goconvey
gocover-cobertura
gocyclo
goda
godef
godot/3
gogetdoc
goimports-reviser
gojq
gojsontoyaml
gokart
golangci-lint golangci-lint: 1.60.3 -> 1.61.0 2024-09-10 00:49:25 +02:00
golangci-lint-langserver
golines
golint
gomacro
gomodifytags
gomplate
google-app-engine-go-sdk
google-clasp
google-java-format
goperf goperf: 0-unstable-2024-08-06 -> 0-unstable-2024-09-05 2024-09-09 23:01:05 +00:00
gopkgs
gops
gore
goresym
gosec gosec: 2.21.1 -> 2.21.2 2024-09-15 12:45:17 +00:00
gotags
gotemplate
gotest
gotestfmt
gotests
gotestsum
gotools
gotraceui
gox
gpp
gptcommit treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gqlgenc gqlgenc: 0.25.0 -> 0.25.1 2024-09-23 12:15:16 +00:00
gqlint
grabserial
graphql-client treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
gron
grpc-gateway
gtk-mac-bundler
guile
halfempty
haskell
hcloud hcloud: 1.46.0 -> 1.47.0 2024-08-30 13:01:53 +00:00
headache
heroku heroku: 9.2.0 -> 9.2.1 2024-09-08 11:00:28 +00:00
hexio
hexo-cli
hobbes treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hors treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hostess
hotdoc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hover
hred
html-minifier
htmlhint
htmlq treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
htmltest
iaca
icr
iferr
ilspycmd
img
impl
ineffassign
inferno
infisical infisical: 0.28.6 -> 0.30.0 2024-09-02 20:37:53 +00:00
initool
irony-server
jake
jaq treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
java treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
jazzy
jbake
jbang
jd-diff-patch jd-diff-patch: 1.7.1 -> 1.9.1 2024-08-26 09:29:48 +00:00
jet
jf
jfmt
jid
jless treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
jmespath
jo
jp
jpexs
jq treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
jql jql: 7.1.13 -> 7.2.0 2024-09-23 14:27:08 +00:00
jqp
jsduck
json2hcl json2hcl: 0.1.1 -> 0.2.0 2024-09-05 14:24:36 +00:00
jsonnet-bundler jsonnet-bundler: 0.5.1 -> 0.6.0 2024-08-23 11:13:08 +00:00
jtc
k6
kaf
kafka-delta-ingest treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kafkactl kafkactl: 5.0.6 -> 5.3.0 2024-09-03 08:37:47 +00:00
karate
karma-runner
kcat
kcli
kdash treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kdoctor
kgt
kind
knightos
ko
konstraint
krankerl
krew
ktlint
kube-linter
kube-prompt
kubectx
kubedock
kubeprompt
kubepug
kubernetes-code-generator
kubernetes-controller-tools kubernetes-controller-tools: 0.16.1 -> 0.16.3 2024-09-17 16:51:08 +02:00
kubeswitch
kubie treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
kustomize
kythe
lalrpop
language-servers treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
lc3tools
ldid treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
leaps
legitify
libsigrok treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
libsigrokdecode
license_finder
license-scanner
literate-programming/noweb treewide: migrate packages maintained by AndersonTorres to by-name 2024-09-16 14:26:47 -03:00
loganalyzer
ls-lint
luaformatter
lurk lurk: 0.3.6 -> 0.3.7 2024-09-14 15:23:43 +00:00
maizzle
makerpm
mani
manifest-tool
marksman
mars-mips treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mask
mbed-cli
mblock-mlink
mdk
melange melange: 0.11.2 -> 0.11.3 2024-09-04 14:00:37 +00:00
memray memray: 1.13.4 -> 1.14.0 2024-09-12 09:18:55 +02:00
metal-cli metal-cli: 0.24.0 -> 0.25.0 2024-08-29 04:34:47 +00:00
micronaut micronaut: 4.6.1 -> 4.6.2 2024-09-15 22:03:40 +00:00
minizinc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
misc treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
mix2nix mix2nix: 0.1.9 -> 0.2.0 2024-08-24 01:13:03 +00:00
mmixware
mockgen
mod
modd maintainers: remove kierdavis 2024-09-06 07:01:02 +01:00
moq moq: 0.3.4 -> 0.4.0 2024-08-23 13:15:12 +00:00
mpfshell
msgpack-tools
mustache-go
mutmut
mysql-shell treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
nagelfar
nailgun
nap
napi-rs-cli
nasmfmt
neil
nemiver
nest-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
nodehun treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
nodenv
norminette
npm-check
nsis treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
nufmt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
nwjs
ocaml treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ofono-phonesim
omniorb
omnisharp-roslyn
opcr-policy opcr-policy: 0.2.17 -> 0.2.18 2024-09-13 11:31:35 +00:00
open-policy-agent treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
operator-sdk operator-sdk: 1.36.1 -> 1.37.0 2024-09-17 03:09:22 +00:00
oq
oras
oshka
osslsigncode
out-of-tree
overcommit
oxlint treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
package-project-cmake package-project-cmake: 1.11.2 -> 1.12.0 2024-09-03 01:29:28 +00:00
packcc
packet-sd
pactorio treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
paging-calculator
pandoc
parinfer-rust
parse-cli-bin
parsing treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
patatt
patcher9x
pax-rs
perseus-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pet
pew
pgformatter treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pgloader
pgtop treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
picotool
pifpaf
pip-audit
pipenv
pnpm pnpm_9: 9.9.0 -> 9.10.0 (#340837) 2024-09-12 19:10:16 -04:00
poac treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
postiats-utilities
pqrs
pretty-simple
profiling
prospector
proto-contrib
protoc-gen-connect-go protoc-gen-connect-go: 1.16.2 -> 1.17.0 2024-09-20 18:48:42 +00:00
protoc-gen-dart
protoc-gen-doc
protoc-gen-entgrpc
protoc-gen-go
protoc-gen-go-grpc
protoc-gen-go-vtproto
protoc-gen-grpc-web
protoc-gen-twirp
protoc-gen-twirp_php protoc-gen-twirp_php: 0.11.0 -> 0.12.0 2024-09-19 01:55:15 +00:00
protoc-gen-twirp_swagger
protoc-gen-twirp_typescript
protoc-gen-validate
protolint
protoscope
prototool
pry
pscale pscale: 0.208.0 -> 0.209.0 2024-09-04 05:44:13 +00:00
pulumictl
pup
pur
purescript/spago
pxview
py-spy treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pyenv pyenv: 2.4.11 -> 2.4.12 2024-09-13 18:10:15 +05:30
pylint-exit
pypi-mirror
qc
qtcreator
quick-lint-js
quicktemplate
quilt
rain rain: 1.12.0 -> 1.15.0 2024-08-26 04:56:53 +00:00
rakkess
rars
rbspy treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rcodesign treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rdbtools
rdocker
react-native-debugger
react-static
rebazel treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
redis-dump
redisinsight redisinsight: use electron.dist 2024-08-27 21:37:17 +02:00
redoc-cli
reflex
refmt
reftools
refurb treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +02:00
regclient
reindeer treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
relic
remodel treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
renderdoc renderdoc: use lib.cmakeBool and lib.cmakeFeature 2024-09-18 20:48:05 -07:00
renderizer
reno reno: 3.1.0 -> 4.1.0 2024-09-09 18:55:49 +02:00
rep
replay-io
reshape treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
resolve-march-native
revive revive: 1.3.9 -> 1.4.0 2024-09-23 02:36:05 +00:00
rgp rgp: 2.1 -> 2.2 2024-08-27 17:43:36 +02:00
richgo
riot-redis
rojo treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
roswell
rover treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rq
rslint
rstfmt
rtags treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rubyfmt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rucksack
rufo
run
rund
rust treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
rust-code-analysis
sass
sassc
sauce-connect treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sca2d
scalafix
scalafmt
scenebuilder
scenic-view treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
schemacrawler
scry
scss-lint
sd-local
sea-orm-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
selene treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
selenium
sem
semantic-release treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sentry-cli treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
shadered
shellcheck
shellharden
sigrok-cli
sigrok-firmware-fx2lafw
simavr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
skaffold skaffold: 2.13.1 -> 2.13.2 2024-08-22 19:09:06 +00:00
skjold
skopeo treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
slimerjs
smlfmt
snazy
solarus-quest-editor
spicy
spirv-tools spirv-tools: 1.3.283.0 -> 1.3.290.0 2024-08-31 13:51:13 +03:00
spr treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
spring-boot-cli
sq
sqlboiler
sqldef sqldef: 0.17.18 -> 0.17.19 2024-09-14 12:56:48 +00:00
sqlint
sqsh treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
squawk treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
sshs
sslmate
sslmate-agent
stagit
statik
steamos-devkit
stylua
subxt treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
summon
sunxi-tools
supabase-cli supabase-cli: 1.191.3 -> 1.192.5 2024-09-14 22:11:38 +00:00
surge-cli
swc
swiftformat
systemfd systemfd: 0.4.3 -> 0.4.4 2024-09-10 17:17:18 +00:00
tabnine
tailwindcss
taplo treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
tapview
tarmac treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
teller treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
textql
tf2pulumi
the-way treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
thrust
time-ghc-modules
toast
tokio-console
toluapp
toml2json
toml2nix
tora
toxiproxy
tradcpp
trunk treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
ttfb treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
turso-cli turso-cli: 0.97.0 -> 0.97.1 2024-09-04 22:48:07 +00:00
twilio-cli twilio-cli: 5.22.0 -> 5.22.1 2024-09-21 01:04:29 +00:00
twitch-cli
typos typos: 1.24.4 -> 1.24.5 2024-09-14 17:35:29 +00:00
udis86
uftrace
unconvert
unityhub unityhub: 3.8.0 -> 3.9.1 2024-09-19 14:54:48 +00:00
vagrant treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
vala-lint vala-lint: 0-unstable-2023-12-05 -> 0-unstable-2024-08-28 2024-08-28 18:03:52 +00:00
vcstool
vendir vendir: 0.41.1 -> 0.42.0 2024-09-14 06:48:59 +00:00
viceroy treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
vim-vint
volta treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
vulkan-validation-layers vulkan-validation-layers: 1.3.283.0 -> 1.3.290.0 2024-08-31 13:51:12 +03:00
vultr
vultr-cli
wabt
wails treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wally-cli
wambo
wasm-pack treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wasmedge treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wasmi
wasmserve
wasynth
watchman treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
web-ext
wgo
wiggle
wiiload
winhelpcgi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wire
wlcs wlcs: fixup build, missing wayland-scanner 2024-08-30 13:19:01 +02:00
wllvm
worker-build treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wp4nix
wrangler_1 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
wxformbuilder treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
xc
xcbuild treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
xcode-install
xcodes
xcpretty
xqilla
yaml2json
yamlfmt
yamlpath
yarn
yarn2nix-moretea/yarn2nix yarn2nix: remove GPLv3 licence 2024-08-25 01:22:30 +01:00
yarn-berry yarn-berry: 4.4.1 -> 4.5.0 2024-09-19 09:28:39 +00:00
yo yo: 4.3.1 -> 5.0.0 (#276636) 2024-09-15 17:06:42 +09:00
yq-go
ytt
yuicompressor
zed zed: 1.17.0 -> 1.18.0 2024-09-21 03:16:01 +00:00
zld
zprint
zsv