docs: Fix nixpkgs hierarchy

This commit is contained in:
a-kenji
2025-10-07 10:34:22 +02:00
committed by Jörg Thalheim
parent ac901f5656
commit bd361b2744

View File

@@ -5,11 +5,11 @@
## Option 1: Follow `clan-core` ## Option 1: Follow `clan-core`
- **Pros**: - **Pros**:
- Recommended for most users. - Recommended for most users.
- Verified by our CI and widely used by others. - Verified by our CI and widely used by others.
- **Cons**: - **Cons**:
- Coupled to version bumps in `clan-core`. - Coupled to version bumps in `clan-core`.
- Upstream features and packages may take longer to land. - Upstream features and packages may take longer to land.
Example: Example:
@@ -24,10 +24,10 @@ inputs = {
## Option 2: Use Your Own `nixpkgs` Version ## Option 2: Use Your Own `nixpkgs` Version
- **Pros**: - **Pros**:
- Faster access to new upstream features and packages. - Faster access to new upstream features and packages.
- **Cons**: - **Cons**:
- Recommended for advanced users. - Recommended for advanced users.
- Not covered by our CI — youre on the frontier. - Not covered by our CI — youre on the frontier.
Example: Example: