From a6742ce8a761c43aa6eae223c7003a7e53c72af7 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Thu, 23 May 2024 15:45:10 -0700 Subject: [PATCH] remove liburing from devshell This doesn't seem to be necessary to build, and the derivation is broken in pkgsStatic. --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) 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; };