Use signed builds on substituter
This commit is contained in:
parent
bbda255f41
commit
e187d3babf
3 changed files with 11 additions and 12 deletions
9
build.sh
9
build.sh
|
@ -2,18 +2,9 @@
|
|||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
if [ -z "${NO_REMOTE:-}" ]
|
||||
then
|
||||
remote_args="--builders ssh://charlotte@sunspear.vanpetegem.me --extra-substituters ssh://charlotte@sunspear.vanpetegem.me"
|
||||
else
|
||||
remote_args=""
|
||||
fi
|
||||
|
||||
|
||||
nix-build \
|
||||
--no-out-link \
|
||||
--pure \
|
||||
$remote_args \
|
||||
"${@}"
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue