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 committed by June
parent 6266e0ab5e
commit a198f0481a

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;
};