diff --git a/default.nix b/default.nix index 7b23a44..3b2b2e6 100644 --- a/default.nix +++ b/default.nix @@ -11,7 +11,7 @@ rustPlatform.buildRustPackage { src = lib.fileset.toSource { root = ./.; fileset = lib.fileset.unions [ - ./src ./Cargo.toml ./Cargo.lock + ./src ./examples ./Cargo.toml ./Cargo.lock ]; };