Skip to content

Commit 005c0de

Browse files
committed
refactor(flake): only run fmt and clippy in checks
1 parent 24a3a94 commit 005c0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
};
5656
in
5757
{
58+
checks = { inherit fmt clippy; };
5859
packages.default = crate;
59-
checks = { inherit crate; };
60-
devShell = with pkgs; mkShell {
60+
devShells.default = with pkgs; mkShell {
6161
name = "cache-size";
6262
nativeBuildInputs = [
6363
(rust-bin.fromRustupToolchainFile ./rust-toolchain.toml)

0 commit comments

Comments
 (0)