From b31645d7f99da5d452b1ffd05211fbe7878382f7 Mon Sep 17 00:00:00 2001 From: dawn <90008@gaze.systems> Date: Mon, 11 May 2026 12:32:50 +0000 Subject: [PATCH] [build] fix nix build --- default.nix | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/default.nix b/default.nix --- a/default.nix +++ b/default.nix @@ -11,7 +11,7 @@ src = lib.fileset.toSource { root = ./.; fileset = lib.fileset.unions [ - ./src ./Cargo.toml ./Cargo.lock + ./src ./examples ./Cargo.toml ./Cargo.lock ]; }; -- tangled.sh