diff --git a/flake.nix b/flake.nix index ff47a625..b4cd50af 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };