Add binary caching for this
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
{
|
{
|
||||||
description = "Greg's machines!";
|
description = "Greg's machines!";
|
||||||
|
|
||||||
|
nixConfig = {
|
||||||
|
extra-substituters = [ "https://cache.garnix.io" ];
|
||||||
|
extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g" ];
|
||||||
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
agenix = {
|
agenix = {
|
||||||
url = "github:ryantm/agenix";
|
url = "github:ryantm/agenix";
|
||||||
|
|||||||
Reference in New Issue
Block a user