Skip to content

Commit 370c594

Browse files
committed
chore: use latest rust-analyzer
1 parent aac00b9 commit 370c594

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flake.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
pkgs = import nixpkgs { inherit system overlays; };
2525
rustToolchain = fenix.packages.${system}.fromToolchainFile {
2626
file = ./rust-toolchain.toml;
27-
sha256 = "sha256-SXRtAuO4IqNOQq+nLbrsDFbVk+3aVA8NNpSZsKlVH/8=";
27+
sha256 = "sha256-e4mlaJehWBymYxJGgnbuCObVlqMlQSilZ8FljG9zPHY=";
2828
};
2929

3030
craneLib = crane.lib.${system}.overrideToolchain rustToolchain;
@@ -94,7 +94,8 @@
9494
cargo-nextest
9595
graphql-client
9696
nixfmt
97-
rust-analyzer
97+
# Failed to run proc-macro server from path /nix/store/z1vlkv6nccjd523iwp5p6pdkr2abm9jq-rust-1.76.0/libexec/rust-analyzer-proc-macro-srv,
98+
# rust-analyzer
9899
opentelemetry-collector-contrib
99100
git-cliff
100101
] ++ ci_packages ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [ ];

0 commit comments

Comments
 (0)