From 71c3a101ddccf8c744a993c81b692151b0f86c59 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Tue, 28 Apr 2026 12:21:18 +0300 Subject: [PATCH] Add numtide cache --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 06e6bf6..ae546f9 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,11 @@ t3code.flake = false; }; + nixConfig = { + extra-substituters = ["https://cache.numtide.com"]; + extra-trusted-public-keys = ["niks3.numtide.com-1:DTx8wZduET09hRmMtKdQDxNNthLQETkc/yaX7M4qK0g="]; + }; + outputs = { self, llm-agents,