# DEVELOPMENT shell environment { pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ clang ]; }