From 42fd5ef1cc5bc505685936602e552095b27b54a7 Mon Sep 17 00:00:00 2001 From: Kenryu Shibata Date: Thu, 28 May 2026 01:12:56 +0900 Subject: [PATCH] added template enrties to flake --- flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 419d751..79d148a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {