push to cachix if build succeeds #4

Merged
jahanson merged 2 commits from cachix-push into main 2024-05-26 20:47:09 -05:00
Showing only changes of commit 0e9ebf5d8d - Show all commits

View file

@ -42,4 +42,7 @@ jobs:
--fallback \
-v \
--log-format raw \
> >(tee stdout.log) 2> >(tee /tmp/nix-build-err.log >&2)
> >(tee stdout.log) 2> >(tee /tmp/nix-build-err.log >&2)
- name: Push to Cachix
if: success()
run: nix build ".#top.${{ matrix.system }}" --json | jq -r .[].drvPath | cachix push hsndev