From 647f4c9167284f548d3679402ae74aa65c396dd7 Mon Sep 17 00:00:00 2001 From: Shuroii Date: Tue, 1 Jul 2025 20:38:56 +0200 Subject: [PATCH] fix: Spelling error causing CI to fail --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ee79a41d..20684914 100644 --- a/flake.nix +++ b/flake.nix @@ -109,7 +109,7 @@ # postPatch = '' # Fix gcc-13 build failures due to missing and - # includes, fixed upstyream sice 8.x + # includes, fixed upstream since 8.x sed -e '1i #include ' -i db/compaction/compaction_iteration_stats.h sed -e '1i #include ' -i table/block_based/data_block_hash_index.h sed -e '1i #include ' -i util/string_util.h