remove liburing from devshell

This doesn't seem to be necessary to build, and the derivation is broken
in pkgsStatic.
This commit is contained in:
Benjamin Lee 2024-05-23 15:45:10 -07:00 committed by June 🍓🦴
parent 188dea13e0
commit a6742ce8a7

View file

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