summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-31 12:28:04 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-31 12:28:04 +0100
commitbde810ca26e138d952af64ece36a6feb765499b6 (patch)
tree352a3eda5d51db92f5b3f71b0f2077d24862d65f
parent8f1b9539253beab1e16b1a7b30370a41a0ee9c76 (diff)
downloaduni-bde810ca26e138d952af64ece36a6feb765499b6.tar
uni-bde810ca26e138d952af64ece36a6feb765499b6.tar.gz
uni-bde810ca26e138d952af64ece36a6feb765499b6.tar.bz2
uni-bde810ca26e138d952af64ece36a6feb765499b6.tar.xz
uni-bde810ca26e138d952af64ece36a6feb765499b6.zip
Shell cleanup
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 35789c3..2f02543 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 tikz-qtree circuitikz; 17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem varwidth beamer algorithms tikz-qtree circuitikz todonotes;
18 }) 18 })
19 ]; 19 ];
20 shellHook = '' 20 shellHook = ''