summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 19a4096..60e1a1d 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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}"