From ca918f7bbdd950ab95b38351b50e8e6edf08b917 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 10 Oct 2024 10:41:37 -0500 Subject: [PATCH] Add binary caching for this --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index ad4e574..bb0f14c 100644 --- a/flake.nix +++ b/flake.nix @@ -4,6 +4,11 @@ { description = "Greg's machines!"; + nixConfig = { + extra-substituters = [ "https://cache.garnix.io" ]; + extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g" ]; + }; + inputs = { agenix = { url = "github:ryantm/agenix";