From ed853e19f530566fc3f5568272cc5184e7a3d9cb Mon Sep 17 00:00:00 2001 From: Qubasa Date: Sat, 28 Jun 2025 22:41:45 +0700 Subject: [PATCH] Revert "templates/minimal: reuse flake-parts from clan-core" This reverts commit de7f2dc6cbd69f50679507097af6552760b3d290. --- templates/clan/minimal/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };