summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-19 15:20:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-19 15:20:48 +0200
commit6e70a46771d3b28edc80a88de22b98df47147dc1 (patch)
tree36a57af96167a027f4700e0a98032caa51e90189 /shell.nix
parentd11b37a10cefd4b9b739008df49f06978fdefc11 (diff)
downloaduni-6e70a46771d3b28edc80a88de22b98df47147dc1.tar
uni-6e70a46771d3b28edc80a88de22b98df47147dc1.tar.gz
uni-6e70a46771d3b28edc80a88de22b98df47147dc1.tar.bz2
uni-6e70a46771d3b28edc80a88de22b98df47147dc1.tar.xz
uni-6e70a46771d3b28edc80a88de22b98df47147dc1.zip
TeX preamble with listings & algorithms
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 a121ec4..2ba975c 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; 17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem varwidth beamer ctablestack algorithms;
18 }) 18 })
19 ]; 19 ];
20 shellHook = '' 20 shellHook = ''