nix-eval-jobs: fix nested list in inputs

Change-Id: I08b02ecb85512288b24a02a500348eaf78f030be
This commit is contained in:
K900
2026-05-18 11:55:30 +00:00
committed by Ilya K
parent 1c81bd926d
commit b118785864
+1 -1
View File
@@ -43,7 +43,7 @@ let
cmake
capnproto
]
++ (lib.optional stdenv.cc.isClang [ clang-tools ]);
++ (lib.optionals stdenv.cc.isClang [ clang-tools ]);
passthru = {
inherit nix;