flake/templates: Add minimal-flake-parts template

This commit is contained in:
a-kenji
2024-11-08 13:07:19 +01:00
parent 2e2d356c2c
commit 51b9411f23

View File

@@ -15,6 +15,10 @@
description = "Flake-parts";
path = ./flake-parts;
};
minimal-flake-parts = {
description = "Minimal flake-parts clan template";
path = ./minimal-flake-parts;
};
machineTemplates = {
description = "Machine templates";
path = ./machineTemplates;