flake: extract devShell.nix and drop flake-compat shell.nix
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{ pkgs }:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
(fenix.latest.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
"rust-src"
|
||||
"rustc"
|
||||
"rustfmt"
|
||||
"rust-analyzer"
|
||||
])
|
||||
cargo-machete
|
||||
cargo-bloat
|
||||
cargo-expand
|
||||
lldb
|
||||
valgrind
|
||||
kdePackages.kcachegrind
|
||||
hyperfine
|
||||
just
|
||||
samply
|
||||
tokei
|
||||
tombi
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user