···6677 templates = {
88 multi = {
99- path = ./templates/multi;
99+ path = ./examples/multi;
1010 description = "A multi-system flake with auto construction enabled, but only using x86_64-linux.";
1111 };
12121313 multi-specialised = {
1414- path = ./templates/multi-specialised;
1414+ path = ./examples/multi-specialised;
1515 description = "A multi-system flake with auto construction enabled, using the custom class system of easy-hosts";
1616 };
17171818 not-auto = {
1919- path = ./templates/not-auto;
1919+ path = ./examples/not-auto;
2020 description = "A flake with auto construction disabled, using only the `easyHosts.hosts` attribute.";
2121 };
22222323 only = {
2424- path = ./templates/only;
2424+ path = ./examples/only;
2525 description = "A flake with auto construction enabled, with only one class and a more 'flat' structure.";
2626 };
2727 };