From 10633531e5f6f4308045a0defdf2e7610b773477 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 11 Mar 2025 02:33:30 +0000 Subject: [PATCH] build(nix): include ./fuzz into the source code --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 042f68e44..8826e3a10 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ include = [ ./benches ./assets + ./fuzz ./Cargo.lock ./Cargo.toml ./CMakeLists.txt