Skip to content

Commit

Permalink
[oops] fix misconfig on prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Dec 12, 2022
1 parent 860aa67 commit 7beced9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v11
with:
name: mycache
# If you chose signing key for write access
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# If you chose API tokens for write access OR if you have a private cache
name: metropolis
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build
- run: nix flake check

0 comments on commit 7beced9

Please sign in to comment.