1 Commits
Author SHA1 Message Date
jakub cba895e48b add nix shell to make builds more stable
Using system tooling can lead to weird behavior of available Node
versions, for example this IPv6 resolution error:
```
[3/5] Fetching packages...
error Error: connect EHOSTUNREACH 2606:4700::6810:1922:443
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1495:16)
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2025-06-30 17:05:47 +02:00