Attempt to add KaTeX as internal package

This commit is contained in:
Danila Fedorin 2020-04-07 19:14:21 -07:00
parent 202d682697
commit 42602b2964
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
self: super:
{
rec {
pegasus = super.callPackage ./pegasus/default.nix {};
blog = super.callPackage ./blog/default.nix {};
blog = self.callPackage ./blog/default.nix { katex };
katex = super.callPackage ./katex/default.nix {};
}