diff options
| author | seth <[email protected]> | 2023-07-03 19:06:19 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-03 19:06:19 -0400 |
| commit | d80252e7a7fed5667d4a0bfdaddbf2c06d91a033 (patch) | |
| tree | ea4c0afb3d06f67cf06e610fd0fbc7d851a7def6 /.github/workflows/audit.yaml | |
| parent | ce076b9b811f838e05859b8a4c5d0cbac6e9cc7f (diff) | |
ci: auto merge flake lock updates
Diffstat (limited to '.github/workflows/audit.yaml')
| -rw-r--r-- | .github/workflows/audit.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index ade1ce9..03bdf65 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -14,11 +14,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: setup nix & cachix - uses: ./.github/actions/setup-nix - with: - cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }} - - name: run audit run: | - nix build -L .#checks.x86_64-linux.audit + nix build --accept-flake-config -L .#checks.x86_64-linux.audit |
