flake: add template output
This commit is contained in:
parent
893bf5b6a1
commit
39c1a48674
1 changed files with 5 additions and 0 deletions
|
@ -74,5 +74,10 @@
|
|||
recursiveUpdate
|
||||
(recursiveUpdate cachixAttrs modulesAttrs)
|
||||
profilesAttrs;
|
||||
|
||||
templates.flk.path = ./.;
|
||||
templates.flk.description = "flk template";
|
||||
|
||||
defaultTemplate = self.templates.flk;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue