From 9954a79490ebaead25c1789157aaf5b923b66b9f Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Thu, 5 Jun 2025 14:57:03 +0200 Subject: [PATCH] flake: Add binary cache configuration Advertise our own binary cache a bit more. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index c5c97f49..c82b6035 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,8 @@ nixConfig = { keepOutputs = true; + extra-substituters = ["https://attic.radicle.xyz/radicle"]; + extra-trusted-public-keys = ["radicle:TruHbueGHPm9iYSq7Gq6wJApJOqddWH+CEo+fsZnf4g="]; }; outputs = {