docs: remove api reference build command

This commit is contained in:
Johannes Kirschbauer
2025-07-02 15:53:48 +02:00
parent 8097d491cd
commit 454e68615c

View File

@@ -121,16 +121,3 @@ It is possible to add services to multiple machines via tags as shown
}; };
} }
``` ```
### API specification
**The complete schema specification is available [here](../reference/nix-api/inventory.md)**
Or it can build anytime via:
```sh
nix build git+https://git.clan.lol/clan/clan-core#schemas.inventory
> result
> ├── schema.cue
> └── schema.json
```