Commit 25b93e8ee21b

Vincent Demeester <vincent@sbr.pm>
2020-05-06 08:51:23
build/nixos: remove verbose when exporting
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 927fe60
Changed files (1)
.builds
.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