From 2c2bf47906d82ddb6981c0e5a17208b2375b072a Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 5 Jan 2025 13:55:25 -0500 Subject: [PATCH] add cache trusted key --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 65e4b2f..586e380 100644 --- a/flake.nix +++ b/flake.nix @@ -36,9 +36,9 @@ extra-substituters = [ "https://cache.cything.io/central" ]; - # extra-trusted-public-keys = [ - # "" - # ]; + extra-trusted-public-keys = [ + "central:zOr/tVH4EqkIgnClJJzYkHYHbCTtG1aUsA2OZjObAt0=" + ]; builders-use-substitutes = true; };