From 965dddfee1ca1a4d8c85041aa2849a16ad114dee Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 7 Oct 2025 10:34:22 +0200 Subject: [PATCH] docs: Fix nixpkgs hierarchy --- docs/site/guides/nixpkgs-flake-input/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/site/guides/nixpkgs-flake-input/index.md b/docs/site/guides/nixpkgs-flake-input/index.md index 90e200ef1..f24fcc307 100644 --- a/docs/site/guides/nixpkgs-flake-input/index.md +++ b/docs/site/guides/nixpkgs-flake-input/index.md @@ -5,11 +5,11 @@ ## Option 1: Follow `clan-core` - **Pros**: - - Recommended for most users. - - Verified by our CI and widely used by others. + - Recommended for most users. + - Verified by our CI and widely used by others. - **Cons**: - - Coupled to version bumps in `clan-core`. - - Upstream features and packages may take longer to land. + - Coupled to version bumps in `clan-core`. + - Upstream features and packages may take longer to land. Example: @@ -24,10 +24,10 @@ inputs = { ## Option 2: Use Your Own `nixpkgs` Version - **Pros**: - - Faster access to new upstream features and packages. + - Faster access to new upstream features and packages. - **Cons**: - - Recommended for advanced users. - - Not covered by our CI — you’re on the frontier. + - Recommended for advanced users. + - Not covered by our CI — you’re on the frontier. Example: