drop duplicate empty template

This commit is contained in:
Jörg Thalheim
2024-07-02 10:36:05 +02:00
parent 1172acdc04
commit d27e474b66
5 changed files with 1 additions and 29 deletions

View File

@@ -5,10 +5,6 @@
description = "Initialize a new clan flake";
path = ./new-clan;
};
empty = {
description = "A empty clan template. Primarily for usage with the clan ui";
path = ./empty;
};
default = self.templates.new-clan;
minimal = {
description = "for clans managed via (G)UI";