Merge pull request 'flake/templates: Add minimal-flake-parts template' (#2329) from kenji/clan-core:kenji-minimal-template into main

This commit is contained in:
clan-bot
2024-11-08 12:13:05 +00:00

View File

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