From 320e8b9f4cff8c2955853362d5c9484db757a405 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 19 Nov 2024 12:33:18 +0100 Subject: [PATCH] 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. --- templates/minimal-flake-parts/clan.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/minimal-flake-parts/clan.nix b/templates/minimal-flake-parts/clan.nix index c03f62adf..0a367c981 100644 --- a/templates/minimal-flake-parts/clan.nix +++ b/templates/minimal-flake-parts/clan.nix @@ -4,6 +4,7 @@ inputs.clan.flakeModules.default ]; clan = { + meta.name = "__CHANGE_ME__"; specialArgs = { inherit inputs; };