summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-14 22:07:55 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-14 22:07:55 +0100
commit056e26a9c342b9064209813d184af5997c73b5af (patch)
tree2bf6d30e1bdb121540359d127cfcb6c8d864adc0 /shell.nix
parent7f3ff588c571161ee75d54c565aa6624bcb61628 (diff)
downloaduni-056e26a9c342b9064209813d184af5997c73b5af.tar
uni-056e26a9c342b9064209813d184af5997c73b5af.tar.gz
uni-056e26a9c342b9064209813d184af5997c73b5af.tar.bz2
uni-056e26a9c342b9064209813d184af5997c73b5af.tar.xz
uni-056e26a9c342b9064209813d184af5997c73b5af.zip
enumitem
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 156d520..e739de1 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,7 +14,7 @@ pkgs.stdenv.mkDerivation rec {
14 with p; [ yesod yesod-bin pandoc monad-par 14 with p; [ yesod yesod-bin pandoc monad-par
15 ])) 15 ]))
16 (pkgs.texlive.combine { 16 (pkgs.texlive.combine {
17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur; 17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem;
18 }) 18 })
19 ]; 19 ];
20 shellHook = '' 20 shellHook = ''