let pkgs = import { config = {}; overlays = []; }; in pkgs.mkShellNoCC { packages = with pkgs; [ gnumake lilypond (pkgs.texlive.combine { inherit (pkgs.texlive) scheme-basic scripture xcolor; }) ]; }