home

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

commit 927fe60fbcacd2268c2e0f66fb7e58d82103f11e
parent 218a463b53ba62322acc8d452a3949af66bb7baf
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  6 May 2020 08:49:20 +0200

build/nixos: install cachix

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 @@ -6,4 +6,5 @@ secrets: tasks: - pkgs: | export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key) + nix-env -iA cachix -f https://cachix.org/api/v1/install nix-build home/ci.nix -A cacheOutputs | cachix push shortbrain