mirror of
https://github.com/larstvei/emacs-flake.git
synced 2025-08-30 16:50:13 +00:00
Update cachix.yml
Throw an error if nix develop failes
This commit is contained in:
parent
333b8ade1b
commit
34e0fccc16
2
.github/workflows/cachix.yml
vendored
2
.github/workflows/cachix.yml
vendored
@ -26,6 +26,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and Push with Cachix
|
- name: Build and Push with Cachix
|
||||||
run: |
|
run: |
|
||||||
nix develop
|
|
||||||
set -e
|
set -e
|
||||||
|
nix develop
|
||||||
nix build --json | jq -r '.[].outputs | to_entries[].value' | cachix push larstvei
|
nix build --json | jq -r '.[].outputs | to_entries[].value' | cachix push larstvei
|
||||||
|
Loading…
Reference in New Issue
Block a user