This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
};
|
};
|
||||||
devShell = with pkgs; mkShell {
|
devShell = with pkgs; mkShell {
|
||||||
nativeBuildInputs = with pkgs; [rustc cargo rustfmt pre-commit];
|
nativeBuildInputs = with pkgs; [rustc cargo rustfmt pre-commit clippy];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user