Merge pull request 'docs: clarify when to override the nixpkgs input of clan-core' (#3774) from push-kylqnyonxntl into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3774
This commit is contained in:
Mic92
2025-05-27 14:23:21 +00:00

View File

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