docs: clarify when to override the nixpkgs input of clan-core

To match 9643548fff/docs/site/guides/migrations/migration-guide.md (L54-L55)
This commit is contained in:
Michael Hoang
2025-05-27 22:46:05 +10:00
parent 9643548fff
commit 04185a168f

View File

@@ -18,7 +18,7 @@ inputs = {
clan-core = { clan-core = {
url = "git+https://git.clan.lol/clan/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 # New
inputs.flake-parts.follows = "flake-parts"; inputs.flake-parts.follows = "flake-parts";
}; };