diff options
| author | seth <[email protected]> | 2024-04-21 19:49:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-21 19:49:14 +0000 |
| commit | f6e1aa350d6b23a4ffb63fc859c89b79ec6ce8d0 (patch) | |
| tree | a1c8940feba0f2922cc18a958594c12b622e5efd /.github/workflows/clippy.yaml | |
| parent | ae1dc52060791990f994df6ecfd4960e6ff3fe5c (diff) | |
nix: remove subflake (#174)
Diffstat (limited to '.github/workflows/clippy.yaml')
| -rw-r--r-- | .github/workflows/clippy.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index a37fde3..b827057 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -38,18 +38,18 @@ jobs: - name: Install SARIF tools run: | nix profile install \ - --inputs-from ./nix/dev \ + --inputs-from . \ github:getchoo/nix-exprs#{clippy-sarif,sarif-fmt} - name: Fetch Cargo deps run: | - nix develop ./nix/dev#ci --command \ + nix develop .#ci --command \ cargo fetch --locked - name: Run Clippy continue-on-error: true run: | - nix develop ./nix/dev#ci --command \ + nix develop .#ci --command \ cargo clippy \ --all-features \ --all-targets \ |
