Still use sunspear as a substituter, but not as a builder
This commit is contained in:
parent
f3b7697207
commit
7ec9baec00
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue