mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-14 16:26:13 +09:00
added template enrties to flake
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user