From d20f0d87d5136531b4f6f3970074ad80a6908538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 09:26:20 +0200 Subject: [PATCH] flake-parts: use flakehub cache --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d340f1d..baeaecd 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ flake = false; };*/ flake-parts = { - url = "github:hercules-ci/flake-parts"; + url = "https://flakehub.com/f/hercules-ci/flake-parts/*"; # flakehub caches results }; import-tree.url = "github:vic/import-tree"; # imports ./modules recursively };