chore: update flake

This commit is contained in:
thesimplekid
2025-03-10 09:06:37 +00:00
parent 379d5590db
commit 4c4bde0fe4
2 changed files with 15 additions and 17 deletions

View File

@@ -132,8 +132,6 @@ jobs:
uses: DeterminateSystems/magic-nix-cache-action@v6
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Build
run: nix develop -i -L .#stable --command cargo build ${{ matrix.build-args }}
- name: Clippy
run: nix develop -i -L .#stable --command cargo clippy ${{ matrix.build-args }} -- -D warnings
- name: Test