mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-15 00:36:13 +09:00
added template enrties to flake
This commit is contained in:
@@ -31,7 +31,14 @@
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
templates = {
|
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.default = self.devShells.${system}.latex;
|
||||||
devShells.latex = pkgs.stdenv.mkDerivation {
|
devShells.latex = pkgs.stdenv.mkDerivation {
|
||||||
|
|||||||
Reference in New Issue
Block a user