Remove now-unused lipsum package

This commit is contained in:
Chandler Swift 2025-08-26 12:53:26 -05:00
parent e2e2115e36
commit 6ef7a574d4
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{scripture}
\usepackage{lipsum} % TODO: remove
\graphicspath{ {../resources/} } % Relative to output directory, unfortunately
\pagenumbering{gobble}

View file

@ -7,7 +7,7 @@ pkgs.mkShellNoCC {
lilypond
(pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-basic
scripture xcolor lipsum;
scripture xcolor;
})
];
}