added template enrties to flake

This commit is contained in:
2026-05-28 01:12:56 +09:00
parent 506ab689c1
commit 42fd5ef1cc
+8 -1
View File
@@ -31,7 +31,14 @@
in
{
templates = {
latex = {};
latex = {
path = ./templates/latex;
description = "Template for LaTeX";
};
pandoc = {
path = ./templates/pandoc;
description = "Template for Pandoc Markdown";
};
};
devShells.default = self.devShells.${system}.latex;
devShells.latex = pkgs.stdenv.mkDerivation {