summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-05-06 17:10:19 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-05-06 17:10:19 +0200
commit1d5e519d130e447a28a697a7265a562a8d3317b3 (patch)
tree3190e2aadffc34ddaacb2856fc46eb5240d124cb /shell.nix
parent8b5c35e41c5ea7fceec83a5134708ae02bcba395 (diff)
downloaduni-1d5e519d130e447a28a697a7265a562a8d3317b3.tar
uni-1d5e519d130e447a28a697a7265a562a8d3317b3.tar.gz
uni-1d5e519d130e447a28a697a7265a562a8d3317b3.tar.bz2
uni-1d5e519d130e447a28a697a7265a562a8d3317b3.tar.xz
uni-1d5e519d130e447a28a697a7265a562a8d3317b3.zip
Update pdf environment
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix6
1 files changed, 2 insertions, 4 deletions
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 {
11 (pkgs.callPackage ./mars.nix {}) 11 (pkgs.callPackage ./mars.nix {})
12 pkgs.sqlite 12 pkgs.sqlite
13 (pkgs.haskellPackages.ghcWithPackages (p: 13 (pkgs.haskellPackages.ghcWithPackages (p:
14 with p; [ yesod yesod-bin pandoc monad-par persistent-sqlite 14 with p; [ yesod yesod-bin pandoc monad-par persistent-sqlite containers base-unicode-symbols containers-unicode-symbols
15 ])) 15 ]))
16 (pkgs.texlive.combine { 16 pkgs.texlive.combined.scheme-full
17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem varwidth beamer algorithms tikz-qtree circuitikz todonotes;
18 })
19 ]; 17 ];
20 shellHook = '' 18 shellHook = ''
21 export PROMPT_INFO="${name}" 19 export PROMPT_INFO="${name}"