From 759accef075663db15e0122519b39338313a1315 Mon Sep 17 00:00:00 2001 From: Muki Kiboigo Date: Tue, 6 May 2025 07:42:30 -0700 Subject: [PATCH] add README entry about Nix --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2a05f9f6..d9760ab5 100644 --- a/README.md +++ b/README.md @@ -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: ```