summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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}"