docs/getting-started: remove duplicate nixosConfigurations

This commit is contained in:
Jörg Thalheim
2025-08-25 15:22:30 +02:00
parent 6765e27031
commit 23c152541a

View File

@@ -104,8 +104,6 @@ For the provide flake example, your flake should now look like this:
};
in
{
nixosConfigurations = clan.nixosConfigurations;
inherit (clan.config) nixosConfigurations nixosModules clanInternals;
clan = clan.config;
};