From 9b185042fb6c62caf731ad42257ad6b64b52decf Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 20 Aug 2021 23:28:23 +0200 Subject: [PATCH] steveej-t14: use holochain-ci binary cache --- nix/os/devices/steveej-t14/system.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nix/os/devices/steveej-t14/system.nix b/nix/os/devices/steveej-t14/system.nix index 1924b1e..a197dd4 100644 --- a/nix/os/devices/steveej-t14/system.nix +++ b/nix/os/devices/steveej-t14/system.nix @@ -6,6 +6,14 @@ let keys = import ../../../variables/keys.nix; in { + nix = { + binaryCaches = [ + "https://holochain-ci.cachix.org" + ]; + binaryCachePublicKeys = [ + "holochain-ci.cachix.org-1:5IUSkZc0aoRS53rfkvH9Kid40NpyjwCMCzwRTXy+QN8=" + ]; + }; # TASK: new device networking.hostName = "steveej-t14"; # Define your hostname.