From 7b681de681b1e9b8f6361ad01ec43c02532dcc3f Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 5 Mar 2021 22:51:25 +0100 Subject: machines/shiki: add digitallyinduced cachix Used for IHP development https://ihp.digitallyinduced.com/Guide/index.html --- machines/profpatsch/shiki.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'machines') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 91e3780d..35792dee 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -116,6 +116,13 @@ in { supportedFeatures = [ "big-parallel" ]; } ]; + nix.binaryCaches = [ + "https://digitallyinduced.cachix.org" + ]; + nix.binaryCachePublicKeys = [ + "digitallyinduced.cachix.org-1:y+wQvrnxQ+PdEsCt91rmvv39qRCYzEgGQaldK26hCKE=" + ]; + nix.extraOptions = '' builders-use-substitutes = true auto-optimise-store = true -- cgit 1.4.1