templates/minimal-flake-parts: Add meta.name

Add `meta.name` field for the flake parts template.
This is not quite ideal, because it still needs to be changed manually
after invocation of the template.
This commit is contained in:
a-kenji
2024-11-19 12:33:18 +01:00
parent 1f444f6a14
commit 320e8b9f4c

View File

@@ -4,6 +4,7 @@
inputs.clan.flakeModules.default
];
clan = {
meta.name = "__CHANGE_ME__";
specialArgs = {
inherit inputs;
};