Skip to content
Snippets Groups Projects
Commit 5d5ece44 authored by Daniel Firth's avatar Daniel Firth
Browse files

templates: add default template

parent d49f569a
No related merge requests found
......@@ -95,9 +95,15 @@
inherit packages;
}) // {
templates.minimal = {
description = "horizon-platform minimal template";
path = ./templates/minimal;
};
templates = rec {
default = minimal;
minimal = {
description = "horizon-platform minimal template";
path = ./templates/minimal;
};
};
};
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment