commit 25b93e8ee21b9b8f47e71e542cd3b84994142ed0
parent 927fe60fbcacd2268c2e0f66fb7e58d82103f11e
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 6 May 2020 08:51:23 +0200
build/nixos: remove verbose when exporting
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.builds/nixos.yml b/.builds/nixos.yml
@@ -5,6 +5,8 @@ secrets:
- 0818d60d-b587-4d4e-81d8-dc15072ccb97
tasks:
- pkgs: |
+ set +x
export CACHIX_SIGNING_KEY=$(cat ~/.cachix.key)
+ set -x
nix-env -iA cachix -f https://cachix.org/api/v1/install
nix-build home/ci.nix -A cacheOutputs | cachix push shortbrain