fix(docs): add the requirement to export clan.templates in flake outputs to migration guide
This commit is contained in:
@@ -104,7 +104,12 @@ For the provide flake example, your flake should now look like this:
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations = clan.nixosConfigurations;
|
nixosConfigurations = clan.nixosConfigurations;
|
||||||
|
|
||||||
inherit (clan) clanInternals;
|
inherit (clan) clanInternals;
|
||||||
|
|
||||||
|
clan = {
|
||||||
|
inherit (clan) templates;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user