summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-19 12:03:49 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-19 12:03:49 +0100
commit51c895d1b11a8a35db8f0578b03c2191b4460542 (patch)
tree65c7922515affa0ca04cc1658f1d140b84c92a1b /shell.nix
parentcc56343a75297fa39b3d215804b6145ef00ff1ed (diff)
downloaduni-51c895d1b11a8a35db8f0578b03c2191b4460542.tar
uni-51c895d1b11a8a35db8f0578b03c2191b4460542.tar.gz
uni-51c895d1b11a8a35db8f0578b03c2191b4460542.tar.bz2
uni-51c895d1b11a8a35db8f0578b03c2191b4460542.tar.xz
uni-51c895d1b11a8a35db8f0578b03c2191b4460542.zip
persistent-sqlite
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index e739de1..099d567 100644
--- a/shell.nix
+++ b/shell.nix
@@ -11,7 +11,7 @@ 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 14 with p; [ yesod yesod-bin pandoc monad-par persistent-sqlite
15 ])) 15 ]))
16 (pkgs.texlive.combine { 16 (pkgs.texlive.combine {
17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem; 17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem;