From e32d620cc5bd032968af21827fdfee95735d36aa Mon Sep 17 00:00:00 2001 From: Mikael Hugo Date: Tue, 5 May 2026 22:27:37 +0200 Subject: [PATCH] build: add centralcloud nix cache --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 41ff65cc1..4df8aad5e 100644 --- a/flake.nix +++ b/flake.nix @@ -6,6 +6,15 @@ flake-utils.url = "github:numtide/flake-utils"; }; + nixConfig = { + extra-substituters = [ + "https://cache.centralcloud.com/default" + ]; + extra-trusted-public-keys = [ + "default:ywfU21WX06iOn2Ec2lae1jYh4w8LO4IQkmp06vJzsk8=" + ]; + }; + outputs = { self, nixpkgs,