make template available from flake

This commit is contained in:
Tim Schubert 2023-04-15 17:01:23 +02:00
parent c13f0de863
commit 84adefb01e
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -49,5 +49,12 @@
in in
combined.overrideAttrs postCombineOverride; combined.overrideAttrs postCombineOverride;
}; };
} // {
templates = {
thesis = {
path = ./template;
description = "Thesis template";
};
};
}; };
} }