let pkgs = import { config = {}; overlays = []; }; in pkgs.mkShellNoCC { packages = with pkgs; [ gnumake lilypond ]; }