chore(ci): initial flake.nix file with dev shell

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Ben-PH
2025-07-18 14:25:43 +02:00
committed by Jakub Sokołowski
parent 80bf27c6bb
commit 46d936b80c
3 changed files with 62 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ git clone https://github.com/vacp2p/nim-libp2p
cd nim-libp2p
nimble install -dy
```
You can use `nix develop` to start a shell with Nim and Nimble.
### Testing
Run unit tests:
```sh