templates/minimal: reuse flake-parts from clan-core

This commit is contained in:
Johannes Kirschbauer
2025-06-27 16:11:37 +02:00
parent f6cad7c4a4
commit de7f2dc6cb

View File

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