From 03b5c6de022b6d458ad271e9f8af2047f4a26335 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Fri, 27 Jun 2025 16:11:37 +0200 Subject: [PATCH] templates/minimal: reuse flake-parts from clan-core --- 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 1ad231997..433b02c8d 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.url = "github:hercules-ci/flake-parts"; + flake-parts.follows = "clan-core/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "clan-core/nixpkgs"; };