{ pkgs ? import { } }: pkgs.mkShell rec { buildInputs = with pkgs; [ gcc9 nasm clang ]; shellHook = '' # export CC=clang ''; }