From 1d5e519d130e447a28a697a7265a562a8d3317b3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 6 May 2017 17:10:19 +0200 Subject: Update pdf environment --- shell.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 2f02543..19a4096 100644 --- a/shell.nix +++ b/shell.nix @@ -11,11 +11,9 @@ pkgs.stdenv.mkDerivation rec { (pkgs.callPackage ./mars.nix {}) pkgs.sqlite (pkgs.haskellPackages.ghcWithPackages (p: - with p; [ yesod yesod-bin pandoc monad-par persistent-sqlite + with p; [ yesod yesod-bin pandoc monad-par persistent-sqlite containers base-unicode-symbols containers-unicode-symbols ])) - (pkgs.texlive.combine { - inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem varwidth beamer algorithms tikz-qtree circuitikz todonotes; - }) + pkgs.texlive.combined.scheme-full ]; shellHook = '' export PROMPT_INFO="${name}" -- cgit v1.2.3