docs: rename all references from 'buildClan' to 'lib.clan'

This commit is contained in:
Johannes Kirschbauer
2025-06-27 09:54:23 +02:00
parent 35d50489bb
commit 731de62876
17 changed files with 54 additions and 73 deletions

View File

@@ -13,10 +13,10 @@ Currently, Clan supports the following features for macOS:
In this example, we'll name the machine `yourmachine`. Replace this with your preferred machine name.
=== "**If using core.lib.buildClan**"
=== "**If using clan-core.lib.clan**"
```nix
buildClan {
clan-core.lib.clan {
inventory = {
machines.yourmachine.machineClass = "darwin";
};