fix(docs): add the requirement to export clan.templates in flake outputs to migration guide

This commit is contained in:
Brian McGee
2025-03-31 11:58:28 +01:00
parent 0c7cf305e2
commit 9d6dfbd3e9

View File

@@ -104,7 +104,12 @@ For the provide flake example, your flake should now look like this:
in
{
nixosConfigurations = clan.nixosConfigurations;
inherit (clan) clanInternals;
clan = {
inherit (clan) templates;
};
};
}
```