fix for asyncized lix

This commit is contained in:
Jade Lovelace
2025-01-27 20:54:38 +01:00
committed by eldritch horrors
parent 6482bee40b
commit 53ce7ebc33
8 changed files with 56 additions and 34 deletions
+2
View File
@@ -24,6 +24,8 @@ stdenv.mkDerivation {
ninja
# nlohmann_json can be only discovered via cmake files
cmake
# XXX: ew
nix.passthru.capnproto-lix
] ++ (lib.optional stdenv.cc.isClang [ pkgs.clang-tools ]);
meta = {