diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,9 +11,10 @@ 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 containers base-unicode-symbols containers-unicode-symbols | 14 | with p; [ yesod yesod-bin pandoc pandoc-citeproc monad-par persistent-sqlite containers base-unicode-symbols containers-unicode-symbols |
15 | ])) | 15 | ])) |
16 | pkgs.texlive.combined.scheme-full | 16 | pkgs.texlive.combined.scheme-full |
17 | pkgs.biber | ||
17 | ]; | 18 | ]; |
18 | shellHook = '' | 19 | shellHook = '' |
19 | export PROMPT_INFO="${name}" | 20 | export PROMPT_INFO="${name}" |