Commit 370c594 1 parent aac00b9 commit 370c594 Copy full SHA for 370c594
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 24
24
pkgs = import nixpkgs { inherit system overlays ; } ;
25
25
rustToolchain = fenix . packages . ${ system } . fromToolchainFile {
26
26
file = ./rust-toolchain.toml ;
27
- sha256 = "sha256-SXRtAuO4IqNOQq+nLbrsDFbVk+3aVA8NNpSZsKlVH/8 =" ;
27
+ sha256 = "sha256-e4mlaJehWBymYxJGgnbuCObVlqMlQSilZ8FljG9zPHY =" ;
28
28
} ;
29
29
30
30
craneLib = crane . lib . ${ system } . overrideToolchain rustToolchain ;
94
94
cargo-nextest
95
95
graphql-client
96
96
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
98
99
opentelemetry-collector-contrib
99
100
git-cliff
100
101
] ++ ci_packages ++ pkgs . lib . optionals pkgs . stdenv . isDarwin [ ] ;
You can’t perform that action at this time.
0 commit comments