Make sure we use the liburing of the platform we're building for

Signed-off-by: morguldir <morguldir@protonmail.com>
This commit is contained in:
morguldir 2024-05-07 04:55:45 +02:00 committed by June 🍓🦴
parent 70047ff26d
commit 8ba9b33a95
2 changed files with 13 additions and 10 deletions

View file

@ -42,12 +42,6 @@
(builtins.fromJSON (builtins.readFile ./flake.lock))
.nodes.rocksdb.original.ref;
});
# liburing's configure file is handwritten so the default assumptions don't apply
liburing = pkgs.liburing.overrideAttrs {
dontAddStaticConfigureFlags = true;
dontDisableStatic = true;
configureFlags = [];
};
});
scopeHost = mkScope pkgsHost;