Still use sunspear as a substituter, but not as a builder

This commit is contained in:
Charlotte Van Petegem 2020-07-23 22:19:04 +02:00
parent f3b7697207
commit 7ec9baec00

View file

@ -4,7 +4,12 @@ set -x
nix flake update 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:-}" ] if [ -d "../nixpkgs" -a -z "${NO_LOCAL:-}" ]
then then