Templates: move all clan templates into subfolder 'clan'
This commit is contained in:
@@ -5,23 +5,23 @@
|
||||
templates = {
|
||||
default = {
|
||||
description = "Initialize a new clan flake";
|
||||
path = ./new-clan;
|
||||
path = ./clan/new-clan;
|
||||
};
|
||||
minimal = {
|
||||
description = "for clans managed via (G)UI";
|
||||
path = ./minimal;
|
||||
path = ./clan/minimal;
|
||||
};
|
||||
flake-parts = {
|
||||
description = "Flake-parts";
|
||||
path = ./flake-parts;
|
||||
path = ./clan/flake-parts;
|
||||
};
|
||||
minimal-flake-parts = {
|
||||
description = "Minimal flake-parts clan template";
|
||||
path = ./minimal-flake-parts;
|
||||
path = ./clan/minimal-flake-parts;
|
||||
};
|
||||
machineTemplates = {
|
||||
description = "Machine templates";
|
||||
path = ./machineTemplates;
|
||||
path = ./clan/machineTemplates;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user