Add binary caching for this

This commit is contained in:
Greg Hellings
2024-10-10 10:41:37 -05:00
parent 85fc106ca8
commit ca918f7bbd
+5
View File
@@ -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";