mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
use rust-analyzer nightly
This commit is contained in:
21
flake.nix
21
flake.nix
@@ -525,14 +525,23 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = let
|
||||||
|
pkgs = import nixpkgs {
|
||||||
|
system = system;
|
||||||
|
overlays = [ fenix.overlays.default ];
|
||||||
|
};
|
||||||
|
in pkgs.mkShell {
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
cargo
|
(fenix.packages.${system}.complete.withComponents [
|
||||||
clippy
|
"cargo"
|
||||||
rustc
|
"clippy"
|
||||||
rustfmt
|
"rust-src"
|
||||||
rust-analyzer
|
"rustc"
|
||||||
|
"rustfmt"
|
||||||
|
])
|
||||||
cargo-deny
|
cargo-deny
|
||||||
|
rust-analyzer-nightly
|
||||||
perl # needed to build vendored OpenSSL
|
perl # needed to build vendored OpenSSL
|
||||||
git-cliff
|
git-cliff
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user