Use sunspear as a substituter

This commit is contained in:
Charlotte Van Petegem 2020-07-12 15:56:19 +02:00
parent 732bb8fd7a
commit efb54d93fe
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,8 @@ set -x
nix-build \
--no-out-link \
--pure \
--builders 'ssh://charlotte@sunspear.vanpetegem.me' \
--extra-substituters 'ssh://charlotte@sunspear.vanpetegem.me' \
"${@}"
exit 0