Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Sep 3, 2023
1 parent 6e315bd commit 49a14e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/keep_releases_in_cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ jobs:
if test -f flake.nix; then \
cachix push digitallyinduced ihp-boilerplate-profile; \
nix develop --impure --command bash -c 'make -s all; new-application Web'; \
git add .; \
nix build --json --impure | jq -r '.[].outputs | to_entries[].value' | cachix push digitallyinduced; \
fi;

0 comments on commit 49a14e1

Please sign in to comment.