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

@@ -55,7 +55,7 @@ let
Supported types:
- **Strings**: Interpreted relative to the 'directory' passed to buildClan.
- **Strings**: Interpreted relative to the 'directory' passed to `lib.clan`.
- **Paths**: should be relative to the current file.
- **Any**: Nix expression must be serializable to JSON.
@@ -146,7 +146,7 @@ in
???+ example
```nix
buildClan {
clan-core.lib.clan {
# 1. Add the module to the available inventory modules
inventory.modules = {
custom-module = ./modules/my_module;

View File

@@ -44,7 +44,7 @@ in
Supported types:
- **Strings**: Interpreted relative to the 'directory' passed to buildClan.
- **Strings**: Interpreted relative to the 'directory' passed to `lib.clan`.
- **Paths**: should be relative to the current file.
- **Any**: Nix expression must be serializable to JSON.