summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-15 21:41:15 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-15 21:41:15 +0200
commite2abf79cc2c2c46158100c6b3989a94b261cf0dc (patch)
tree0a27cc16d36397a99aa8214f8ded6c4172945f60 /shell.nix
parenta42869d36c1dc85c2f41d405a5800e2e6992a2df (diff)
downloaduni-e2abf79cc2c2c46158100c6b3989a94b261cf0dc.tar
uni-e2abf79cc2c2c46158100c6b3989a94b261cf0dc.tar.gz
uni-e2abf79cc2c2c46158100c6b3989a94b261cf0dc.tar.bz2
uni-e2abf79cc2c2c46158100c6b3989a94b261cf0dc.tar.xz
uni-e2abf79cc2c2c46158100c6b3989a94b261cf0dc.zip
circuitikz
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 8362821..35789c3 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,7 +14,7 @@ pkgs.stdenv.mkDerivation rec {
14 with p; [ yesod yesod-bin pandoc monad-par persistent-sqlite 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 varwidth beamer ctablestack algorithms tikz-qtree; 17 inherit (pkgs.texlive) scheme-small libertine tipa cm-super context bussproofs mweights fontaxes backnaur enumitem varwidth beamer ctablestack algorithms tikz-qtree circuitikz;
18 }) 18 })
19 ]; 19 ];
20 shellHook = '' 20 shellHook = ''