Merge pull request 'docs: Fix nixpkgs hierarchy' (#5410) from kenji/ke-qa-nixpkgs-input into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5410
This commit is contained in:
Kenji Berthold
2025-10-07 08:50:00 +00:00

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: