dca48545df
portable-pty 0.8.1 depends on nix 0.25.1, which lacks loongarch64 in its ioctl cfg blocks, causing a build failure on LoongArch64 Linux. portable-pty 0.9.0 depends on nix ^0.28, which fully supports loongarch64. The public API surface used by CodeWhale is unchanged. Closes #1945