nix: add liburing to devshell

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-03 15:11:06 -04:00
parent 726f3a3ebc
commit ab2d21afdd

View file

@ -179,6 +179,10 @@
# Useful for editing the book locally
mdbook
])
++ (if !pkgsHost.stdenv.isDarwin then [
# Needed for building with io_uring
pkgsHost.liburing
] else [])
++
scopeHost.main.nativeBuildInputs;
};