flake: add template output

This commit is contained in:
Timothy DeHerrera 2020-08-01 22:29:42 -06:00
parent 893bf5b6a1
commit 39c1a48674
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -74,5 +74,10 @@
recursiveUpdate
(recursiveUpdate cachixAttrs modulesAttrs)
profilesAttrs;
templates.flk.path = ./.;
templates.flk.description = "flk template";
defaultTemplate = self.templates.flk;
};
}