treewide: replace stdenv.is with stdenv.hostPlatform.is (#413977)

This commit is contained in:
Philip Taron 2025-06-05 06:40:30 -07:00 committed by GitHub
commit 0861217ca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 65 additions and 60 deletions

View file

@ -569,7 +569,7 @@ import ../make-test-python.nix (
shutdown_queue.task_done()
threading.Thread(target=shutdown_worker, daemon=True).start()
${pkgs.lib.optionalString pkgs.stdenv.isx86_64 ''
${pkgs.lib.optionalString pkgs.stdenv.hostPlatform.isx86_64 ''
# Only run the MySQL tests on x86_64 so we don't have to debug MySQL ARM issues.
run_mattermost_tests(
shutdown_queue,