mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-22 00:04:31 +03:00
build(nix): add bear to dev shell
A useful addition to make sure is available, since we also make clangd available through clang-tools. bear can generate the `compile_commands.json` for clangd. For example with `make clean && bear -- make -j$(nproc)`. Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
parent
c2354f0326
commit
990437ad13
@ -174,6 +174,7 @@
|
|||||||
# development, and might need to be version matched with build
|
# development, and might need to be version matched with build
|
||||||
# dependencies (e.g. clippy or rust-analyzer).
|
# dependencies (e.g. clippy or rust-analyzer).
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
bear
|
||||||
cargo-audit
|
cargo-audit
|
||||||
cargo-outdated
|
cargo-outdated
|
||||||
clang-tools
|
clang-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user