diff --git a/flake.nix b/flake.nix index 980153c9..18d1d85b 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };