shells/latex: update inputs

This commit is contained in:
Gabriel Arazas 2023-09-27 10:51:07 +08:00
parent d34ad34387
commit 3c68db65dc
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,8 +1,12 @@
# Ripperootskees for the space. # Ripperootskees for the space.
{ mkShell, texlive }: { mkShell
, texlive
, texlab
}:
mkShell { mkShell {
packages = [ packages = [
texlive.combined.scheme-full texlive.combined.scheme-full # RIP YOUR DISK SPACE!
texlab # Otherwise, here's a tool to easily write your (en)grave(ing).
]; ];
} }