diff --git a/docs/site/manual/migration-guide.md b/docs/site/manual/migration-guide.md index 38be9a0e2..d14637d04 100644 --- a/docs/site/manual/migration-guide.md +++ b/docs/site/manual/migration-guide.md @@ -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; + }; }; } ```