chore(devshell): add cargo2nix to it
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
6db21f1bd5
commit
b05e20901e
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
||||||
rustfmt
|
rustfmt
|
||||||
clang
|
clang
|
||||||
mold
|
mold
|
||||||
|
cargo2nix.packages.${system}.default
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# import the full shell using `nix develop .#full`
|
# import the full shell using `nix develop .#full`
|
||||||
|
@ -79,6 +80,7 @@
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
clang
|
clang
|
||||||
mold
|
mold
|
||||||
|
cargo2nix.packages.${system}.default
|
||||||
# ---- extra packages for dev tasks ----
|
# ---- extra packages for dev tasks ----
|
||||||
cargo-audit
|
cargo-audit
|
||||||
cargo-outdated
|
cargo-outdated
|
||||||
|
|
Loading…
Reference in a new issue