Update dependencies

This commit is contained in:
Charlotte Van Petegem 2020-07-29 10:50:09 +02:00
parent 54ce22e8ea
commit 1505b6de38
2 changed files with 4 additions and 9 deletions

View file

@ -2,12 +2,7 @@
set -euo pipefail
set -x
BUILD_ARGS=(
"--extra-substituters"
"ssh://charlotte@sunspear.vanpetegem.me"
"--trusted-public-keys"
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= sunspear-nix-cache:4mgL4qS7EweCug1gAFiZKgQK+xuoJMBYThIUE+kPX4s="
)
BUILD_ARGS=()
if [ -d "../nixpkgs" -a -z "${NO_LOCAL:-}" ]
then