From 7ec9baec0033998099faf393d4a84cb87a8e9410 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 23 Jul 2020 22:19:04 +0200 Subject: [PATCH] Still use sunspear as a substituter, but not as a builder --- update.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 441e23d3..c21b996a 100755 --- a/update.sh +++ b/update.sh @@ -4,7 +4,12 @@ set -x nix flake update -BUILD_ARGS=() +BUILD_ARGS=( + "--extra-substituters" + "ssh://charlotte@sunspear.vanpetegem.me" + "--trusted-public-keys" + "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= sunspear-nix-cache:4mgL4qS7EweCug1gAFiZKgQK+xuoJMBYThIUE+kPX4s=" +) if [ -d "../nixpkgs" -a -z "${NO_LOCAL:-}" ] then