Attempt to add KaTeX as internal package
This commit is contained in:
parent
202d682697
commit
42602b2964
|
@ -1,6 +1,7 @@
|
||||||
self: super:
|
self: super:
|
||||||
|
|
||||||
{
|
rec {
|
||||||
pegasus = super.callPackage ./pegasus/default.nix {};
|
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 {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user