mirror of
https://github.com/larstvei/emacs-flake.git
synced 2024-11-26 08:08:31 +00:00
Fix cachix push
This commit is contained in:
parent
f5b789277d
commit
d7d582fe08
3
.github/workflows/cachix.yml
vendored
3
.github/workflows/cachix.yml
vendored
@ -26,5 +26,6 @@ jobs:
|
||||
|
||||
- name: Build and Push with Cachix
|
||||
run: |
|
||||
nix develop
|
||||
set -e
|
||||
nix build | cachix push larstvei
|
||||
nix build --json | jq -r '.[].outputs | to_entries[].value' | cachix push larstvei
|
||||
|
Loading…
Reference in New Issue
Block a user