{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ bmake clang ]; shellHook = "alias make=bmake"; }