use pandoc default files for metadata and applying templates as needed

This commit is contained in:
Tim Schubert 2021-08-18 23:49:49 +02:00
parent 39db7ded7d
commit 12fc6478e1
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
17 changed files with 50 additions and 30 deletions

View file

@ -1,6 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
{
this = callPackage ./default.nix { };
}