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
1 changed files with 5 additions and 0 deletions

View File

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