{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ cmake gdb llvmPackages_11.clang-unwrapped llvm_11 lld_11 ninja qemu ]; }