add README entry about Nix

This commit is contained in:
Muki Kiboigo
2025-05-06 07:42:30 -07:00
parent 6d02669fc3
commit 759accef07

View File

@@ -165,6 +165,11 @@ sudo apt install xz-utils \
cmake clang
```
For systems with [Nix](https://nixos.org/download/), you can use the devShell:
```
nix develop
```
For MacOS, you only need cmake:
```