diff options
| author | seth <[email protected]> | 2024-11-08 20:47:25 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-08 20:47:25 -0500 |
| commit | 0ff35842087b3b16e7e41caa6f794151b47f304a (patch) | |
| tree | 1fd0158e5833690bfc178b08ad51cfeb7a0f7d43 /.github/workflows/clippy.yaml | |
| parent | 1ec360f351022851e1a3bbe2b588c5c224b33331 (diff) | |
Clean up Nix Flake and packaging (#24)
* refactor(nix): split package.nix from flake.nix
* chore(nix): split checks; add more
* ci: run all nix checks
* ci: build in debug mode
* chore(nix): use versionCheckHook
this makes sure the version test is always run, and on the right package
* chore(nix): nix-filter -> lib.fileset
* feat(nix): support stable nix
* ci: fix clippy check
Diffstat (limited to '.github/workflows/clippy.yaml')
| -rw-r--r-- | .github/workflows/clippy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index 32668a8..32f2f11 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -40,7 +40,7 @@ jobs: - name: Run clippy id: clippy-run run: | - nix build --print-build-logs .#check-clippy + nix build --print-build-logs .#checks.x86_64-linux.clippy [ -L result ] || exit 1 echo "sarif-file=$(readlink -f result)" >> "$GITHUB_OUTPUT" |
