diff --git a/templates/clan/minimal/flake.nix b/templates/clan/minimal/flake.nix index 433b02c8d..1ad231997 100644 --- a/templates/clan/minimal/flake.nix +++ b/templates/clan/minimal/flake.nix @@ -3,7 +3,7 @@ clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz"; nixpkgs.follows = "clan-core/nixpkgs"; - flake-parts.follows = "clan-core/flake-parts"; + flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "clan-core/nixpkgs"; };