From e0c1cb47e7538f9ad1afbd5be4dd020a521e88e3 Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Tue, 27 May 2025 22:46:05 +1000 Subject: [PATCH] docs: clarify when to override the `nixpkgs` input of `clan-core` To match https://git.clan.lol/clan/clan-core/src/commit/30987ee5b2c729e50e022186d0b62d91ae35211e/docs/site/guides/migrations/migration-guide.md?display=source#L54-L55 --- docs/site/guides/flake-parts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/guides/flake-parts.md b/docs/site/guides/flake-parts.md index 3f2defd96..a8a7343b1 100644 --- a/docs/site/guides/flake-parts.md +++ b/docs/site/guides/flake-parts.md @@ -18,7 +18,7 @@ inputs = { clan-core = { url = "git+https://git.clan.lol/clan/clan-core"; - inputs.nixpkgs.follows = "nixpkgs"; # Necessary if you are using a stable NixOS channel + inputs.nixpkgs.follows = "nixpkgs"; # Don't do this if your machines are on nixpkgs stable. # New inputs.flake-parts.follows = "flake-parts"; };