mirror of https://github.com/helix-editor/helix
chore(nix): add clippy dependency
parent
247d3646f4
commit
fd2746612f
|
@ -75,6 +75,7 @@
|
||||||
lld
|
lld
|
||||||
cargo-flamegraph
|
cargo-flamegraph
|
||||||
rust-bin.nightly.latest.rust-analyzer
|
rust-bin.nightly.latest.rust-analyzer
|
||||||
|
rust-bin.nightly.latest.clippy
|
||||||
]
|
]
|
||||||
++ (lib.optional (stdenv.isx86_64 && stdenv.isLinux) cargo-tarpaulin)
|
++ (lib.optional (stdenv.isx86_64 && stdenv.isLinux) cargo-tarpaulin)
|
||||||
++ (lib.optional stdenv.isLinux lldb)
|
++ (lib.optional stdenv.isLinux lldb)
|
||||||
|
|
Loading…
Reference in New Issue