Update cachix.yml

Throw an error if nix develop failes
This commit is contained in:
Lars Tveito 2025-08-11 17:11:41 +02:00 committed by GitHub
parent 333b8ade1b
commit 34e0fccc16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,6 @@ jobs:
- name: Build and Push with Cachix
run: |
nix develop
set -e
nix develop
nix build --json | jq -r '.[].outputs | to_entries[].value' | cachix push larstvei