Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Jul 16, 2024
1 parent 16866c9 commit 468ed62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flake-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
name: ttak0422-dotfiles-nvim
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: cache inputs
run: |
nix flake archive --json \
| jq -r '.path,(.inputs|to_entries[].value.path)' \
| cachix push ttak0422-dotfiles-nvim
- name: flake check
run: |
# nix flake check
Expand Down

0 comments on commit 468ed62

Please sign in to comment.