summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-22 23:18:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-22 23:18:58 +0200
commitd24417817245024ed1a856ebc6f2aae11ba47ee9 (patch)
treec21c91b0fd668241df98ae724fdd8d3af688a27e /shell.nix
parent97cdff91726001fb87e6d8c0f3bf0bdd8fc75699 (diff)
downloaduni-d24417817245024ed1a856ebc6f2aae11ba47ee9.tar
uni-d24417817245024ed1a856ebc6f2aae11ba47ee9.tar.gz
uni-d24417817245024ed1a856ebc6f2aae11ba47ee9.tar.bz2
uni-d24417817245024ed1a856ebc6f2aae11ba47ee9.tar.xz
uni-d24417817245024ed1a856ebc6f2aae11ba47ee9.zip
bussproofs & trees
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 2ba975c..8362821 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,7 +14,7 @@ pkgs.stdenv.mkDerivation rec {
14 with p; [ yesod yesod-bin pandoc monad-par persistent-sqlite 14 with p; [ yesod yesod-bin pandoc monad-par persistent-sqlite
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 enumitem varwidth beamer ctablestack algorithms; 17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem varwidth beamer ctablestack algorithms tikz-qtree;
18 }) 18 })
19 ]; 19 ];
20 shellHook = '' 20 shellHook = ''