nix: add liburing to devshell
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
6266e0ab5e
commit
a198f0481a
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,10 @@
|
||||||
# Useful for editing the book locally
|
# Useful for editing the book locally
|
||||||
mdbook
|
mdbook
|
||||||
])
|
])
|
||||||
|
++ (if !pkgsHost.stdenv.isDarwin then [
|
||||||
|
# Needed for building with io_uring
|
||||||
|
pkgsHost.liburing
|
||||||
|
] else [])
|
||||||
++
|
++
|
||||||
scopeHost.main.nativeBuildInputs;
|
scopeHost.main.nativeBuildInputs;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue