summary refs log tree commit diff homepage
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index d773b8f..c096b9c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,7 +4,7 @@ mkShell {
     inherit (texlive) latexmk scheme-basic
       algorithms algorithmicx amsmath babel-vietnamese booktabs biblatex
       caption cases cite enumitem fancyhdr float glossaries hyperref ieeetran
-      pdflscape pdfpages pgf psnfss rsfs siunitx times tocloft
+      pdflscape pdfpages pgf psnfss rsfs setspace siunitx times tocloft
       varwidth vntex xcolor;
   }) ];
 }