tool · inferred from evidence
flake
A Nix feature or tool referenced in the build process.
- Latest nixpkgs breaks cbcli build: undefined method 'wait_readable' for TCPSocket
The nix build broke because the flake pulled Crystal 1.15, which removed something the old vendored ssh2 code relied on, hence the undefined method wait_readable for TCPSocket. The maintainer said locking the flake to Crystal below 1.14 was