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 {