From 4a09c8fd72d8ac754d4a12a6260777087d930269 Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Tue, 6 May 2025 11:12:52 -0300 Subject: [PATCH] build: add nix dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 475d81d..f0ec80f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,5 @@ term = "0.7.0" lz4_flex = "0.11.1" flate2 = { version = "1.0.27", features = ["zlib-ng-compat"] } regex = "1.9.5" +nix = "0.26.2"