{ pkgs ? import {} }: pkgs.mkShell rec { buildInputs = with pkgs; [ emacs gcc blas ]; }