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"; };