home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3153a3a5d292425f49ed77c35fbec891627fee43
parent 7113f143eb8d6a421bf577bf3908a51d23f3e778
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  6 May 2020 09:15:05 +0200

builds/nixos: use shortbrain cachix…

… it should reduce the need to build some packages each time.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.builds/nixos.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.builds/nixos.yml b/.builds/nixos.yml @@ -9,4 +9,5 @@ tasks: export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) set -x nix-env -iA cachix -f https://cachix.org/api/v1/install + cachix use shortbrain nix-build home/ci.nix -A cacheOutputs | cachix push shortbrain