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
parent d739e10257
commit e5f8c5f50d
No known key found for this signature in database
GPG key ID: 5A6025D4F6E7A8A3
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;