fix: recursively merge build configuration

This commit is contained in:
Henry-Hiles
2026-03-30 22:31:10 -04:00
committed by Henry Hiles
parent 462ef63945
commit 36da6f5bf3
+1 -2
View File
@@ -39,8 +39,7 @@
rocksdb = pkgs.callPackage ./rocksdb.nix { };
continuwuity = craneLib.buildPackage (
common
// {
lib.recursiveUpdate common {
inherit cargoArtifacts;
env = {
ROCKSDB_INCLUDE_DIR = "${rocksdb}/include";