summary refs log tree commit diff homepage
path: root/shell.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-12-11 08:30:17 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-12-11 08:30:17 +0900
commit0f6b9207d5380eefb3a99d21a12751a32de63bfb (patch)
tree6528b28a3b8532b0afe67ebd787196076a6846bc /shell.nix
parent3285b6df66a9c3e0a6502ae75c93085f2d6a0f44 (diff)
downloadthesis-0f6b9207d5380eefb3a99d21a12751a32de63bfb.tar.gz
Finish introduction
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 935766e..d773b8f 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,6 +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 times tocloft varwidth vntex xcolor;
+      pdflscape pdfpages pgf psnfss rsfs siunitx times tocloft
+      varwidth vntex xcolor;
   }) ];
 }