summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-11-17 10:07:30 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-11-17 10:07:30 +0100
commit0b67e8b618f8e0351c27dd3533aa42ebffd722d7 (patch)
tree6bf758c21d5276d8066dff14299f2bb74f35e711 /shell.nix
parent58d1b5d54edf918b7084dfcf5d1c26f24be41994 (diff)
downloaduni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.tar
uni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.tar.gz
uni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.tar.bz2
uni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.tar.xz
uni-0b67e8b618f8e0351c27dd3533aa42ebffd722d7.zip
backnaur
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 81aca9d..1dde4da 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,7 +14,7 @@ pkgs.stdenv.mkDerivation rec {
14 with p; [ yesod yesod-bin pandoc 14 with p; [ yesod yesod-bin pandoc
15 ])) 15 ]))
16 (pkgs.texlive.combine { 16 (pkgs.texlive.combine {
17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes; 17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur;
18 }) 18 })
19 ]; 19 ];
20 shellHook = '' 20 shellHook = ''